@digigov/ui 0.10.1 → 0.10.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 (242) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/{libs/ui/src/api → api}/APIErrors.d.ts +0 -0
  3. package/{libs/ui/src/api → api}/APIProvider.d.ts +0 -0
  4. package/{libs/ui/src/api → api}/fetchAPI.d.ts +0 -0
  5. package/{libs/ui/src/api → api}/index.d.ts +0 -0
  6. package/{libs/ui/src/api → api}/index.spec.d.ts +0 -0
  7. package/{libs/ui/src/api → api}/useResource.d.ts +0 -0
  8. package/{libs/ui/src/api → api}/useResourceAction.d.ts +0 -0
  9. package/{libs/ui/src/api → api}/useResourceQuery.d.ts +0 -0
  10. package/{libs/ui/src/api → api}/utils.d.ts +0 -0
  11. package/{libs/ui/src/app → app}/App.d.ts +0 -0
  12. package/{libs/ui/src/app → app}/Header/HeaderLogo.d.ts +0 -0
  13. package/{libs/ui/src/app → app}/Header/HeaderSection.d.ts +0 -0
  14. package/{libs/ui/src/app → app}/Header/HeaderTitle.d.ts +0 -0
  15. package/{libs/ui/src/app → app}/Header/index.d.ts +0 -0
  16. package/{libs/ui/src/app → app}/Header/index.spec.d.ts +0 -0
  17. package/{libs/ui/src/app → app}/NotFound/index.d.ts +0 -0
  18. package/app/NotFound/index.js +6 -2
  19. package/{libs/ui/src/app → app}/OutdatedBrowserBanner.d.ts +0 -0
  20. package/app/OutdatedBrowserBanner.js +2 -2
  21. package/{libs/ui/src/app → app}/PageTitle.d.ts +0 -0
  22. package/{libs/ui/src/app → app}/QrCodeScanner/index.d.ts +0 -0
  23. package/{libs/ui/src/app → app}/QrCodeScanner/index.spec.d.ts +0 -0
  24. package/{libs/ui/src/app → app}/i18n.d.ts +0 -0
  25. package/{libs/ui/src/app → app}/index.d.ts +0 -0
  26. package/{libs/ui/src/core → core}/Accordion/index.d.ts +0 -0
  27. package/{libs/ui/src/core → core}/Accordion/index.spec.d.ts +0 -0
  28. package/{libs/ui/src/core → core}/Blockquote/index.d.ts +0 -0
  29. package/{libs/ui/src/core → core}/Blockquote/index.spec.d.ts +0 -0
  30. package/{libs/ui/src/core → core}/Button/BackButton.d.ts +0 -0
  31. package/{libs/ui/src/core → core}/Button/ButtonLink.d.ts +0 -0
  32. package/{libs/ui/src/core → core}/Button/CallToAction.d.ts +0 -0
  33. package/{libs/ui/src/core → core}/Button/Icon.d.ts +0 -0
  34. package/{libs/ui/src/core → core}/Button/index.d.ts +0 -0
  35. package/{libs/ui/src/core → core}/Button/index.spec.d.ts +0 -0
  36. package/{libs/ui/src/core → core}/Details/index.d.ts +0 -0
  37. package/{libs/ui/src/core → core}/Details/index.spec.d.ts +0 -0
  38. package/{libs/ui/src/core → core}/Divider/index.d.ts +0 -0
  39. package/{libs/ui/src/core → core}/ErrorSummary/index.d.ts +0 -0
  40. package/{libs/ui/src/core → core}/ErrorSummary/index.spec.d.ts +0 -0
  41. package/{libs/ui/src/core → core}/Link/index.d.ts +0 -0
  42. package/{libs/ui/src/core → core}/Link/index.spec.d.ts +0 -0
  43. package/{libs/ui/src/core → core}/List/List.d.ts +0 -0
  44. package/{libs/ui/src/core → core}/List/ListItem.d.ts +0 -0
  45. package/{libs/ui/src/core → core}/List/ListItemContent.d.ts +0 -0
  46. package/{libs/ui/src/core → core}/List/ListItemIcon.d.ts +0 -0
  47. package/{libs/ui/src/core → core}/List/ListItemText.d.ts +0 -0
  48. package/{libs/ui/src/core → core}/List/ListItemTitle.d.ts +0 -0
  49. package/{libs/ui/src/core → core}/List/index.d.ts +0 -0
  50. package/{libs/ui/src/core → core}/List/index.spec.d.ts +0 -0
  51. package/{libs/ui/src/core → core}/NavList/NavList.d.ts +0 -0
  52. package/{libs/ui/src/core → core}/NavList/NavListContext.d.ts +0 -0
  53. package/{libs/ui/src/core → core}/NavList/NavListItem.d.ts +0 -0
  54. package/{libs/ui/src/core → core}/NavList/NavListItemBase.d.ts +0 -0
  55. package/{libs/ui/src/core → core}/NavList/NavListSubMenu.d.ts +0 -0
  56. package/{libs/ui/src/core → core}/NavList/index.d.ts +0 -0
  57. package/{libs/ui/src/core → core}/NavList/index.spec.d.ts +0 -0
  58. package/{libs/ui/src/core → core}/NotificationBanner/index.d.ts +0 -0
  59. package/{libs/ui/src/core → core}/NotificationBanner/index.spec.d.ts +0 -0
  60. package/{libs/ui/src/core → core}/ServiceBadge/index.d.ts +0 -0
  61. package/{libs/ui/src/core → core}/SummaryList/index.d.ts +0 -0
  62. package/{libs/ui/src/core → core}/SummaryList/index.spec.d.ts +0 -0
  63. package/{libs/ui/src/core → core}/Tabs/index.d.ts +0 -0
  64. package/{libs/ui/src/core → core}/WarningText/index.d.ts +0 -0
  65. package/{libs/ui/src/core → core}/WarningText/index.spec.d.ts +0 -0
  66. package/{libs/ui/src/core → core}/index.d.ts +0 -0
  67. package/es/app/NotFound/index.js +3 -1
  68. package/es/app/OutdatedBrowserBanner.js +1 -1
  69. package/esm/app/NotFound/index.js +3 -1
  70. package/esm/app/OutdatedBrowserBanner.js +1 -1
  71. package/esm/index.js +1 -1
  72. package/{libs/ui/src/govgr → govgr}/Footer/Copyright.d.ts +0 -0
  73. package/{libs/ui/src/govgr → govgr}/Footer/HellenicRepublicLogo.d.ts +0 -0
  74. package/{libs/ui/src/govgr → govgr}/Footer/LicenseCCSA.d.ts +0 -0
  75. package/{libs/ui/src/govgr → govgr}/Footer/index.d.ts +0 -0
  76. package/{libs/ui/src/govgr → govgr}/Footer/logo.d.ts +0 -0
  77. package/{libs-ui/react-core/src/HellenicRepublicLogo → govgr/Footer/logos}/logo-el.d.ts +0 -0
  78. package/{libs-ui/react-core/src/HellenicRepublicLogo → govgr/Footer/logos}/logo-en.d.ts +0 -0
  79. package/{libs/ui/src/govgr → govgr}/Logo/index.d.ts +0 -0
  80. package/{libs/ui/src/govgr → govgr}/Logo/logo.d.ts +0 -0
  81. package/{libs/ui/src/govgr → govgr}/index.d.ts +0 -0
  82. package/{libs/ui/src/hooks → hooks}/useDebounce.d.ts +0 -0
  83. package/{libs/ui/src/hooks → hooks}/useLatest.d.ts +0 -0
  84. package/{libs/ui/src/hooks → hooks}/useOutdatedBrowserCheck.d.ts +0 -0
  85. package/{libs/ui/src/hooks → hooks}/useSearch.d.ts +0 -0
  86. package/{libs/ui/src/hooks → hooks}/useTogglableSections.d.ts +0 -0
  87. package/{libs/ui/src/index.d.ts → index.d.ts} +0 -0
  88. package/{libs/ui/src/layouts → layouts}/Basic/Bottom/index.d.ts +0 -0
  89. package/{libs/ui/src/layouts → layouts}/Basic/Content/index.d.ts +0 -0
  90. package/{libs/ui/src/layouts → layouts}/Basic/Main/index.d.ts +0 -0
  91. package/{libs/ui/src/layouts → layouts}/Basic/Masthead/index.d.ts +0 -0
  92. package/{libs/ui/src/layouts → layouts}/Basic/Side/index.d.ts +0 -0
  93. package/{libs/ui/src/layouts → layouts}/Basic/Top/index.d.ts +0 -0
  94. package/{libs/ui/src/layouts → layouts}/Basic/index.d.ts +0 -0
  95. package/{libs/ui/src/layouts → layouts}/Basic/index.spec.d.ts +0 -0
  96. package/{libs/ui/src/layouts → layouts}/index.d.ts +0 -0
  97. package/{libs/ui/src/locales → locales}/el.d.ts +0 -0
  98. package/{libs/ui/src/locales → locales}/en.d.ts +0 -0
  99. package/package.json +2 -2
  100. package/{libs/ui/src/router → router}/index.d.ts +0 -0
  101. package/{libs/ui/src/test-utils → test-utils}/delay.d.ts +0 -0
  102. package/{libs/ui/src/test-utils → test-utils}/mountWithTheme.d.ts +0 -0
  103. package/{libs/ui/src/themes → themes}/govgr.d.ts +0 -0
  104. package/{libs/ui/src/themes → themes}/grnet.d.ts +0 -0
  105. package/{libs/ui/src/themes → themes}/index.d.ts +0 -0
  106. package/{libs/ui/src/typography → typography}/Caption.d.ts +0 -0
  107. package/{libs/ui/src/typography → typography}/NormalText.d.ts +0 -0
  108. package/{libs/ui/src/typography → typography}/Paragraph.d.ts +0 -0
  109. package/{libs/ui/src/typography → typography}/Title.d.ts +0 -0
  110. package/{libs/ui/src/typography → typography}/index.d.ts +0 -0
  111. package/{libs/ui/src/utils → utils}/evaluateBrowserVersion.d.ts +0 -0
  112. package/{libs/ui/src/utils → utils}/withDeprecation.d.ts +0 -0
  113. package/libs/ui/src/govgr/Footer/logos/logo-el.d.ts +0 -2
  114. package/libs/ui/src/govgr/Footer/logos/logo-en.d.ts +0 -2
  115. package/libs-ui/react-core/src/Accordion/index.d.ts +0 -10
  116. package/libs-ui/react-core/src/AccordionControls/index.d.ts +0 -9
  117. package/libs-ui/react-core/src/AccordionSection/index.d.ts +0 -15
  118. package/libs-ui/react-core/src/AccordionSectionContent/index.d.ts +0 -10
  119. package/libs-ui/react-core/src/AccordionSectionHeader/index.d.ts +0 -9
  120. package/libs-ui/react-core/src/Aside/index.d.ts +0 -10
  121. package/libs-ui/react-core/src/BackLink/index.d.ts +0 -13
  122. package/libs-ui/react-core/src/Blockquote/index.d.ts +0 -9
  123. package/libs-ui/react-core/src/Bottom/index.d.ts +0 -9
  124. package/libs-ui/react-core/src/Breadcrumbs/index.d.ts +0 -10
  125. package/libs-ui/react-core/src/BreadcrumbsList/index.d.ts +0 -9
  126. package/libs-ui/react-core/src/BreadcrumbsListItem/index.d.ts +0 -14
  127. package/libs-ui/react-core/src/BurgerIcon/index.d.ts +0 -16
  128. package/libs-ui/react-core/src/Button/index.d.ts +0 -25
  129. package/libs-ui/react-core/src/ButtonGroup/index.d.ts +0 -9
  130. package/libs-ui/react-core/src/ButtonLink/index.d.ts +0 -17
  131. package/libs-ui/react-core/src/CallToAction/index.d.ts +0 -10
  132. package/libs-ui/react-core/src/Card/index.d.ts +0 -17
  133. package/libs-ui/react-core/src/CardAction/index.d.ts +0 -11
  134. package/libs-ui/react-core/src/CardHeading/index.d.ts +0 -10
  135. package/libs-ui/react-core/src/CardText/index.d.ts +0 -10
  136. package/libs-ui/react-core/src/Checkbox/index.d.ts +0 -11
  137. package/libs-ui/react-core/src/CheckboxConditional/index.d.ts +0 -15
  138. package/libs-ui/react-core/src/CheckboxItem/index.d.ts +0 -19
  139. package/libs-ui/react-core/src/Confirmation/index.d.ts +0 -9
  140. package/libs-ui/react-core/src/ConfirmationBody/index.d.ts +0 -9
  141. package/libs-ui/react-core/src/ConfirmationTitle/index.d.ts +0 -9
  142. package/libs-ui/react-core/src/Container/index.d.ts +0 -17
  143. package/libs-ui/react-core/src/Copyright/index.d.ts +0 -10
  144. package/libs-ui/react-core/src/DateInput/index.d.ts +0 -12
  145. package/libs-ui/react-core/src/DateInputItem/index.d.ts +0 -25
  146. package/libs-ui/react-core/src/Details/index.d.ts +0 -10
  147. package/libs-ui/react-core/src/DetailsContent/index.d.ts +0 -10
  148. package/libs-ui/react-core/src/DetailsSummary/index.d.ts +0 -9
  149. package/libs-ui/react-core/src/ErrorMessage/index.d.ts +0 -11
  150. package/libs-ui/react-core/src/ErrorSummary/index.d.ts +0 -9
  151. package/libs-ui/react-core/src/Field/index.d.ts +0 -13
  152. package/libs-ui/react-core/src/Fieldset/index.d.ts +0 -10
  153. package/libs-ui/react-core/src/FieldsetLegend/index.d.ts +0 -19
  154. package/libs-ui/react-core/src/FileUpload/index.d.ts +0 -14
  155. package/libs-ui/react-core/src/Footer/index.d.ts +0 -9
  156. package/libs-ui/react-core/src/FooterContainer/index.d.ts +0 -9
  157. package/libs-ui/react-core/src/FooterContent/index.d.ts +0 -10
  158. package/libs-ui/react-core/src/FooterContentLogos/index.d.ts +0 -11
  159. package/libs-ui/react-core/src/FooterHeading/index.d.ts +0 -15
  160. package/libs-ui/react-core/src/FooterImage/index.d.ts +0 -11
  161. package/libs-ui/react-core/src/FooterInlineList/index.d.ts +0 -11
  162. package/libs-ui/react-core/src/FooterInlineListItem/index.d.ts +0 -9
  163. package/libs-ui/react-core/src/FooterLink/index.d.ts +0 -13
  164. package/libs-ui/react-core/src/FooterList/index.d.ts +0 -15
  165. package/libs-ui/react-core/src/FooterListItem/index.d.ts +0 -10
  166. package/libs-ui/react-core/src/FooterMeta/index.d.ts +0 -11
  167. package/libs-ui/react-core/src/FooterMetaItem/index.d.ts +0 -14
  168. package/libs-ui/react-core/src/FooterNavigation/index.d.ts +0 -11
  169. package/libs-ui/react-core/src/FooterSection/index.d.ts +0 -11
  170. package/libs-ui/react-core/src/GovGRFooter/index.d.ts +0 -9
  171. package/libs-ui/react-core/src/GovGRLogo/index.d.ts +0 -9
  172. package/libs-ui/react-core/src/Grid/index.d.ts +0 -20
  173. package/libs-ui/react-core/src/Header/index.d.ts +0 -10
  174. package/libs-ui/react-core/src/HeaderContent/index.d.ts +0 -9
  175. package/libs-ui/react-core/src/HeaderLogo/index.d.ts +0 -17
  176. package/libs-ui/react-core/src/HeaderSecondaryLogo/index.d.ts +0 -17
  177. package/libs-ui/react-core/src/HeaderSection/index.d.ts +0 -9
  178. package/libs-ui/react-core/src/HeaderSubtitle/index.d.ts +0 -9
  179. package/libs-ui/react-core/src/HeaderTitle/index.d.ts +0 -13
  180. package/libs-ui/react-core/src/Heading/index.d.ts +0 -21
  181. package/libs-ui/react-core/src/HeadingCaption/index.d.ts +0 -15
  182. package/libs-ui/react-core/src/HellenicRepublicLogo/index.d.ts +0 -20
  183. package/libs-ui/react-core/src/Hidden/index.d.ts +0 -17
  184. package/libs-ui/react-core/src/Hint/index.d.ts +0 -9
  185. package/libs-ui/react-core/src/Label/index.d.ts +0 -9
  186. package/libs-ui/react-core/src/LabelTitle/index.d.ts +0 -19
  187. package/libs-ui/react-core/src/Layout/index.d.ts +0 -10
  188. package/libs-ui/react-core/src/Link/index.d.ts +0 -14
  189. package/libs-ui/react-core/src/List/index.d.ts +0 -18
  190. package/libs-ui/react-core/src/ListItem/index.d.ts +0 -9
  191. package/libs-ui/react-core/src/Main/index.d.ts +0 -9
  192. package/libs-ui/react-core/src/Masthead/index.d.ts +0 -9
  193. package/libs-ui/react-core/src/MastheadBody/index.d.ts +0 -9
  194. package/libs-ui/react-core/src/NavHorizontal/index.d.ts +0 -16
  195. package/libs-ui/react-core/src/NavHorizontalList/index.d.ts +0 -10
  196. package/libs-ui/react-core/src/NavHorizontalListItem/index.d.ts +0 -18
  197. package/libs-ui/react-core/src/NavVertical/index.d.ts +0 -11
  198. package/libs-ui/react-core/src/NavVerticalItem/index.d.ts +0 -14
  199. package/libs-ui/react-core/src/NormalText/index.d.ts +0 -28
  200. package/libs-ui/react-core/src/NotificationBanner/index.d.ts +0 -17
  201. package/libs-ui/react-core/src/NotificationBannerContent/index.d.ts +0 -12
  202. package/libs-ui/react-core/src/NotificationBannerHeader/index.d.ts +0 -11
  203. package/libs-ui/react-core/src/NotificationBannerHeading/index.d.ts +0 -11
  204. package/libs-ui/react-core/src/NotificationBannerLink/index.d.ts +0 -15
  205. package/libs-ui/react-core/src/PageTitle/index.d.ts +0 -9
  206. package/libs-ui/react-core/src/PageTitleCaption/index.d.ts +0 -14
  207. package/libs-ui/react-core/src/PageTitleHeading/index.d.ts +0 -13
  208. package/libs-ui/react-core/src/PageTitleSection/index.d.ts +0 -10
  209. package/libs-ui/react-core/src/Paragraph/index.d.ts +0 -26
  210. package/libs-ui/react-core/src/PhaseBanner/index.d.ts +0 -15
  211. package/libs-ui/react-core/src/PhaseBannerTag/index.d.ts +0 -9
  212. package/libs-ui/react-core/src/PhaseBannerText/index.d.ts +0 -11
  213. package/libs-ui/react-core/src/Radio/index.d.ts +0 -10
  214. package/libs-ui/react-core/src/RadioConditional/index.d.ts +0 -15
  215. package/libs-ui/react-core/src/RadioItem/index.d.ts +0 -18
  216. package/libs-ui/react-core/src/SectionBreak/index.d.ts +0 -18
  217. package/libs-ui/react-core/src/Select/index.d.ts +0 -14
  218. package/libs-ui/react-core/src/SelectOption/index.d.ts +0 -18
  219. package/libs-ui/react-core/src/ServiceBadge/index.d.ts +0 -11
  220. package/libs-ui/react-core/src/SummaryList/index.d.ts +0 -10
  221. package/libs-ui/react-core/src/SummaryListItem/index.d.ts +0 -10
  222. package/libs-ui/react-core/src/SummaryListItemAction/index.d.ts +0 -10
  223. package/libs-ui/react-core/src/SummaryListItemKey/index.d.ts +0 -10
  224. package/libs-ui/react-core/src/SummaryListItemValue/index.d.ts +0 -9
  225. package/libs-ui/react-core/src/Table/index.d.ts +0 -34
  226. package/libs-ui/react-core/src/TableBody/index.d.ts +0 -9
  227. package/libs-ui/react-core/src/TableCaption/index.d.ts +0 -15
  228. package/libs-ui/react-core/src/TableDataCell/index.d.ts +0 -15
  229. package/libs-ui/react-core/src/TableHead/index.d.ts +0 -9
  230. package/libs-ui/react-core/src/TableHeaderCell/index.d.ts +0 -21
  231. package/libs-ui/react-core/src/TableRow/index.d.ts +0 -9
  232. package/libs-ui/react-core/src/Tabs/index.d.ts +0 -10
  233. package/libs-ui/react-core/src/TabsHeading/index.d.ts +0 -15
  234. package/libs-ui/react-core/src/TabsList/index.d.ts +0 -10
  235. package/libs-ui/react-core/src/TabsListItem/index.d.ts +0 -20
  236. package/libs-ui/react-core/src/TabsPanel/index.d.ts +0 -16
  237. package/libs-ui/react-core/src/TextArea/index.d.ts +0 -23
  238. package/libs-ui/react-core/src/TextInput/index.d.ts +0 -28
  239. package/libs-ui/react-core/src/Top/index.d.ts +0 -9
  240. package/libs-ui/react-core/src/VisuallyHidden/index.d.ts +0 -10
  241. package/libs-ui/react-core/src/WarningText/index.d.ts +0 -11
  242. package/libs-ui/react-core/src/index.d.ts +0 -127
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- declare type DivElementAttributes = JSX.IntrinsicElements['div'];
3
- export interface TabsPanelProps extends DivElementAttributes {
4
- /**
5
- * active is optional.
6
- * Exaclty one TabsPanel should be active every time.
7
- * This declares that this content is active and should depend of the 'selected' TabsList.
8
- */
9
- active?: boolean;
10
- }
11
- /**
12
- * TabsPanel is inside the Tabs component.
13
- * Every TabsListItem relates to a TabsPanel.
14
- */
15
- export declare const TabsPanel: React.ForwardRefExoticComponent<Pick<TabsPanelProps, "color" | "className" | "children" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "active"> & React.RefAttributes<HTMLDivElement>>;
16
- export default TabsPanel;
@@ -1,23 +0,0 @@
1
- import React from 'react';
2
- declare type TextareaElementAttributes = JSX.IntrinsicElements['textarea'];
3
- export interface TextAreaProps extends TextareaElementAttributes {
4
- /**
5
- * name is optional but strongly recommended.
6
- */
7
- name?: string;
8
- /**
9
- * row is optional. The default value is 6.
10
- */
11
- rows?: 4 | 5 | 6 | 7 | 8;
12
- /**
13
- * error is optional. The default value is false.
14
- * Use this prop when there is an error at the input.
15
- */
16
- error?: boolean;
17
- }
18
- /**
19
- * Textarea component is used when you need to let users enter an
20
- * amount of text that’s longer than a single line.
21
- */
22
- export declare const TextArea: React.ForwardRefExoticComponent<Pick<TextAreaProps, "color" | "disabled" | "className" | "children" | "key" | "autoFocus" | "form" | "name" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "error" | "wrap" | "autoComplete" | "maxLength" | "minLength" | "readOnly" | "required" | "cols" | "dirName" | "rows"> & React.RefAttributes<HTMLTextAreaElement>>;
23
- export default TextArea;
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- declare type InputElementAttributes = JSX.IntrinsicElements['input'];
3
- export interface TextInputProps extends InputElementAttributes {
4
- /**
5
- * name is optional but strongly recommended.
6
- */
7
- name?: string;
8
- /**
9
- * characterWidth is optional.
10
- */
11
- characterWidth?: 2 | 3 | 4 | 5 | 10 | 20;
12
- /**
13
- * cellWidth is optional.
14
- * Use cellWidth prop to define a custom width for a specific reference number in your components.
15
- */
16
- cellWidth?: 'one-quarter' | 'one-third' | 'one-half' | 'two-thirds' | 'three-quarters' | 'full';
17
- /**
18
- * error is optional. The default value is false.
19
- * Use this prop when there is an error at the input.
20
- */
21
- error?: boolean;
22
- }
23
- /**
24
- * TextInput component when you need to let users enter text that’s no
25
- * longer than a single line, such as their name or phone number.
26
- */
27
- export declare const TextInput: React.ForwardRefExoticComponent<Pick<TextInputProps, "color" | "disabled" | "className" | "children" | "key" | "autoFocus" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "pattern" | "list" | "step" | "error" | "height" | "width" | "size" | "multiple" | "alt" | "src" | "max" | "min" | "crossOrigin" | "autoComplete" | "accept" | "capture" | "checked" | "maxLength" | "minLength" | "readOnly" | "required" | "cellWidth" | "characterWidth"> & React.RefAttributes<HTMLInputElement>>;
28
- export default TextInput;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- declare type DivElementAttributes = JSX.IntrinsicElements['div'];
3
- export interface TopProps extends DivElementAttributes {
4
- }
5
- /**
6
- * Top is used inside the Layout component and it must be the first component in order.
7
- */
8
- export declare const Top: React.ForwardRefExoticComponent<Pick<TopProps, "color" | "className" | "children" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLDivElement>>;
9
- export default Top;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- declare type SpanElementAttributes = JSX.IntrinsicElements['span'];
3
- export interface VisuallyHiddenProps extends SpanElementAttributes {
4
- }
5
- /**
6
- * Details for the VisuallyHidden.
7
- * VisuallyHidden component provides text for screen readers that is visually hidden.
8
- */
9
- export declare const VisuallyHidden: React.ForwardRefExoticComponent<Pick<VisuallyHiddenProps, "color" | "className" | "children" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLSpanElement>>;
10
- export default VisuallyHidden;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- declare type DivElementAttributes = JSX.IntrinsicElements['div'];
3
- export interface WarningTextProps extends DivElementAttributes {
4
- }
5
- /**
6
- * WarningText.
7
- * Use the WarningText component when you need to warn users about something important.
8
- * The component is used with a text inside it.
9
- */
10
- export declare const WarningText: React.ForwardRefExoticComponent<Pick<WarningTextProps, "color" | "className" | "children" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLDivElement>>;
11
- export default WarningText;
@@ -1,127 +0,0 @@
1
- export { default as Accordion } from '@digigov/react-core/Accordion';
2
- export { default as AccordionControls } from '@digigov/react-core/AccordionControls';
3
- export { default as AccordionSection } from '@digigov/react-core/AccordionSection';
4
- export { default as AccordionSectionContent } from '@digigov/react-core/AccordionSectionContent';
5
- export { default as AccordionSectionHeader } from '@digigov/react-core/AccordionSectionHeader';
6
- export { default as Aside } from '@digigov/react-core/Aside';
7
- export { default as BackLink } from '@digigov/react-core/BackLink';
8
- export { default as Blockquote } from '@digigov/react-core/Blockquote';
9
- export { default as Bottom } from '@digigov/react-core/Bottom';
10
- export { default as Breadcrumbs } from '@digigov/react-core/Breadcrumbs';
11
- export { default as BreadcrumbsList } from '@digigov/react-core/BreadcrumbsList';
12
- export { default as BreadcrumbsListItem } from '@digigov/react-core/BreadcrumbsListItem';
13
- export { default as BurgerIcon } from '@digigov/react-core/BurgerIcon';
14
- export { default as Button } from '@digigov/react-core/Button';
15
- export { default as ButtonGroup } from '@digigov/react-core/ButtonGroup';
16
- export { default as ButtonLink } from '@digigov/react-core/ButtonLink';
17
- export { default as CallToAction } from '@digigov/react-core/CallToAction';
18
- export { default as Card } from '@digigov/react-core/Card';
19
- export { default as CardAction } from '@digigov/react-core/CardAction';
20
- export { default as CardHeading } from '@digigov/react-core/CardHeading';
21
- export { default as CardText } from '@digigov/react-core/CardText';
22
- export { default as Checkbox } from '@digigov/react-core/Checkbox';
23
- export { default as CheckboxConditional } from '@digigov/react-core/CheckboxConditional';
24
- export { default as CheckboxItem } from '@digigov/react-core/CheckboxItem';
25
- export { default as Confirmation } from '@digigov/react-core/Confirmation';
26
- export { default as ConfirmationBody } from '@digigov/react-core/ConfirmationBody';
27
- export { default as ConfirmationTitle } from '@digigov/react-core/ConfirmationTitle';
28
- export { default as Container } from '@digigov/react-core/Container';
29
- export { default as Copyright } from '@digigov/react-core/Copyright';
30
- export { default as DateInput } from '@digigov/react-core/DateInput';
31
- export { default as DateInputItem } from '@digigov/react-core/DateInputItem';
32
- export { default as Details } from '@digigov/react-core/Details';
33
- export { default as DetailsContent } from '@digigov/react-core/DetailsContent';
34
- export { default as DetailsSummary } from '@digigov/react-core/DetailsSummary';
35
- export { default as ErrorMessage } from '@digigov/react-core/ErrorMessage';
36
- export { default as ErrorSummary } from '@digigov/react-core/ErrorSummary';
37
- export { default as Fieldset } from '@digigov/react-core/Fieldset';
38
- export { default as FieldsetLegend } from '@digigov/react-core/FieldsetLegend';
39
- export { default as FileUpload } from '@digigov/react-core/FileUpload';
40
- export { default as Footer } from '@digigov/react-core/Footer';
41
- export { default as FooterContainer } from '@digigov/react-core/FooterContainer';
42
- export { default as FooterContent } from '@digigov/react-core/FooterContent';
43
- export { default as FooterContentLogos } from '@digigov/react-core/FooterContentLogos';
44
- export { default as FooterHeading } from '@digigov/react-core/FooterHeading';
45
- export { default as FooterImage } from '@digigov/react-core/FooterImage';
46
- export { default as FooterInlineList } from '@digigov/react-core/FooterInlineList';
47
- export { default as FooterInlineListItem } from '@digigov/react-core/FooterInlineListItem';
48
- export { default as FooterLink } from '@digigov/react-core/FooterLink';
49
- export { default as FooterList } from '@digigov/react-core/FooterList';
50
- export { default as FooterListItem } from '@digigov/react-core/FooterListItem';
51
- export { default as FooterMeta } from '@digigov/react-core/FooterMeta';
52
- export { default as FooterMetaItem } from '@digigov/react-core/FooterMetaItem';
53
- export { default as FooterNavigation } from '@digigov/react-core/FooterNavigation';
54
- export { default as FooterSection } from '@digigov/react-core/FooterSection';
55
- export { default as Field } from '@digigov/react-core/Field';
56
- export { default as GovGRFooter } from '@digigov/react-core/GovGRFooter';
57
- export { default as GovGRLogo } from '@digigov/react-core/GovGRLogo';
58
- export { default as Grid } from '@digigov/react-core/Grid';
59
- export { default as Header } from '@digigov/react-core/Header';
60
- export { default as HeaderContent } from '@digigov/react-core/HeaderContent';
61
- export { default as HeaderLogo } from '@digigov/react-core/HeaderLogo';
62
- export { default as HeaderSecondaryLogo } from '@digigov/react-core/HeaderSecondaryLogo';
63
- export { default as HeaderSection } from '@digigov/react-core/HeaderSection';
64
- export { default as HeaderSubtitle } from '@digigov/react-core/HeaderSubtitle';
65
- export { default as HeaderTitle } from '@digigov/react-core/HeaderTitle';
66
- export { default as Heading } from '@digigov/react-core/Heading';
67
- export { default as HeadingCaption } from '@digigov/react-core/HeadingCaption';
68
- export { default as HellenicRepublicLogo } from '@digigov/react-core/HellenicRepublicLogo';
69
- export { default as Hidden } from '@digigov/react-core/Hidden';
70
- export { default as Hint } from '@digigov/react-core/Hint';
71
- export { default as Label } from '@digigov/react-core/Label';
72
- export { default as LabelTitle } from '@digigov/react-core/LabelTitle';
73
- export { default as Layout } from '@digigov/react-core/Layout';
74
- export { default as Link } from '@digigov/react-core/Link';
75
- export { default as List } from '@digigov/react-core/List';
76
- export { default as ListItem } from '@digigov/react-core/ListItem';
77
- export { default as Main } from '@digigov/react-core/Main';
78
- export { default as Masthead } from '@digigov/react-core/Masthead';
79
- export { default as MastheadBody } from '@digigov/react-core/MastheadBody';
80
- export { default as NavHorizontal } from '@digigov/react-core/NavHorizontal';
81
- export { default as NavHorizontalList } from '@digigov/react-core/NavHorizontalList';
82
- export { default as NavHorizontalListItem } from '@digigov/react-core/NavHorizontalListItem';
83
- export { default as NavVertical } from '@digigov/react-core/NavVertical';
84
- export { default as NavVerticalItem } from '@digigov/react-core/NavVerticalItem';
85
- export { default as NormalText } from '@digigov/react-core/NormalText';
86
- export { default as NotificationBanner } from '@digigov/react-core/NotificationBanner';
87
- export { default as NotificationBannerContent } from '@digigov/react-core/NotificationBannerContent';
88
- export { default as NotificationBannerHeader } from '@digigov/react-core/NotificationBannerHeader';
89
- export { default as NotificationBannerHeading } from '@digigov/react-core/NotificationBannerHeading';
90
- export { default as NotificationBannerLink } from '@digigov/react-core/NotificationBannerLink';
91
- export { default as PageTitle } from '@digigov/react-core/PageTitle';
92
- export { default as PageTitleCaption } from '@digigov/react-core/PageTitleCaption';
93
- export { default as PageTitleHeading } from '@digigov/react-core/PageTitleHeading';
94
- export { default as PageTitleSection } from '@digigov/react-core/PageTitleSection';
95
- export { default as Paragraph } from '@digigov/react-core/Paragraph';
96
- export { default as PhaseBanner } from '@digigov/react-core/PhaseBanner';
97
- export { default as PhaseBannerTag } from '@digigov/react-core/PhaseBannerTag';
98
- export { default as PhaseBannerText } from '@digigov/react-core/PhaseBannerText';
99
- export { default as Radio } from '@digigov/react-core/Radio';
100
- export { default as RadioItem } from '@digigov/react-core/RadioItem';
101
- export { default as RadioConditional } from '@digigov/react-core/RadioConditional';
102
- export { default as SectionBreak } from '@digigov/react-core/SectionBreak';
103
- export { default as Select } from '@digigov/react-core/Select';
104
- export { default as SelectOption } from '@digigov/react-core/SelectOption';
105
- export { default as ServiceBadge } from '@digigov/react-core/ServiceBadge';
106
- export { default as SummaryList } from '@digigov/react-core/SummaryList';
107
- export { default as SummaryListItem } from '@digigov/react-core/SummaryListItem';
108
- export { default as SummaryListItemAction } from '@digigov/react-core/SummaryListItemAction';
109
- export { default as SummaryListItemKey } from '@digigov/react-core/SummaryListItemKey';
110
- export { default as SummaryListItemValue } from '@digigov/react-core/SummaryListItemValue';
111
- export { default as Table } from '@digigov/react-core/Table';
112
- export { default as TableBody } from '@digigov/react-core/TableBody';
113
- export { default as TableCaption } from '@digigov/react-core/TableCaption';
114
- export { default as TableDataCell } from '@digigov/react-core/TableDataCell';
115
- export { default as TableHead } from '@digigov/react-core/TableHead';
116
- export { default as TableHeaderCell } from '@digigov/react-core/TableHeaderCell';
117
- export { default as TableRow } from '@digigov/react-core/TableRow';
118
- export { default as Tabs } from '@digigov/react-core/Tabs';
119
- export { default as TabsHeading } from '@digigov/react-core/TabsHeading';
120
- export { default as TabsList } from '@digigov/react-core/TabsList';
121
- export { default as TabsListItem } from '@digigov/react-core/TabsListItem';
122
- export { default as TabsPanel } from '@digigov/react-core/TabsPanel';
123
- export { default as TextArea } from '@digigov/react-core/TextArea';
124
- export { default as TextInput } from '@digigov/react-core/TextInput';
125
- export { default as Top } from '@digigov/react-core/Top';
126
- export { default as VisuallyHidden } from '@digigov/react-core/VisuallyHidden';
127
- export { default as WarningText } from '@digigov/react-core/WarningText';