@digigov/react-core 0.3.1 → 0.5.1

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 (140) hide show
  1. package/Button/index.d.ts +5 -1
  2. package/Button/index.js +4 -2
  3. package/CHANGELOG.md +36 -1
  4. package/CallToAction/index.js +11 -4
  5. package/Card/__snapshots__/index.test.tsx.snap +21 -5
  6. package/Card/index.d.ts +4 -3
  7. package/Card/index.js +4 -3
  8. package/Card/index.test.js +10 -2
  9. package/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -11
  10. package/CheckboxConditional/index.d.ts +1 -1
  11. package/CheckboxConditional/index.js +2 -6
  12. package/CheckboxItem/__snapshots__/index.test.tsx.snap +14 -14
  13. package/CheckboxItem/index.d.ts +5 -5
  14. package/CheckboxItem/index.js +6 -6
  15. package/Container/index.d.ts +10 -2
  16. package/Container/index.js +9 -5
  17. package/DateInputItem/__snapshots__/index.test.tsx.snap +37 -13
  18. package/DateInputItem/index.d.ts +12 -2
  19. package/DateInputItem/index.js +7 -4
  20. package/DateInputItem/index.test.js +9 -0
  21. package/Field/__snapshots__/index.test.tsx.snap +35 -0
  22. package/Field/index.d.ts +13 -0
  23. package/{FormGroup → Field}/index.js +6 -6
  24. package/{FormGroup → Field}/index.test.d.ts +0 -0
  25. package/Field/index.test.js +31 -0
  26. package/FieldsetLegend/__snapshots__/index.test.tsx.snap +102 -876
  27. package/FieldsetLegend/index.d.ts +4 -4
  28. package/FieldsetLegend/index.js +9 -8
  29. package/FieldsetLegend/index.test.js +48 -144
  30. package/FileUpload/index.d.ts +3 -3
  31. package/FileUpload/index.js +3 -3
  32. package/FooterImage/index.d.ts +1 -1
  33. package/GovGRLogo/index.js +1 -1
  34. package/Grid/index.d.ts +1 -1
  35. package/Header/index.js +1 -1
  36. package/HellenicRepublicLogo/index.d.ts +1 -1
  37. package/Hidden/index.d.ts +17 -0
  38. package/Hidden/index.js +47 -0
  39. package/Hidden/index.test.d.ts +1 -0
  40. package/Hidden/index.test.js +49 -0
  41. package/Label/index.d.ts +1 -6
  42. package/Label/index.js +3 -5
  43. package/LabelTitle/__snapshots__/index.test.tsx.snap +133 -0
  44. package/LabelTitle/index.d.ts +19 -0
  45. package/LabelTitle/index.js +41 -0
  46. package/LabelTitle/index.test.d.ts +1 -0
  47. package/LabelTitle/index.test.js +91 -0
  48. package/Masthead/index.js +3 -7
  49. package/RadioConditional/__snapshots__/index.test.tsx.snap +39 -0
  50. package/RadioConditional/index.d.ts +15 -0
  51. package/RadioConditional/index.js +42 -0
  52. package/RadioConditional/index.test.d.ts +1 -0
  53. package/RadioConditional/index.test.js +23 -0
  54. package/RadioItem/__snapshots__/index.test.tsx.snap +20 -20
  55. package/RadioItem/index.d.ts +5 -5
  56. package/RadioItem/index.js +6 -6
  57. package/Select/index.d.ts +1 -1
  58. package/Table/index.d.ts +1 -1
  59. package/TextArea/index.d.ts +1 -1
  60. package/TextInput/index.d.ts +1 -1
  61. package/es/Button/index.js +4 -2
  62. package/es/CallToAction/index.js +11 -4
  63. package/es/Card/__snapshots__/index.test.tsx.snap +21 -5
  64. package/es/Card/index.js +4 -3
  65. package/es/Card/index.test.js +10 -2
  66. package/es/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -11
  67. package/es/CheckboxConditional/index.js +2 -6
  68. package/es/CheckboxItem/__snapshots__/index.test.tsx.snap +14 -14
  69. package/es/CheckboxItem/index.js +6 -6
  70. package/es/Container/index.js +9 -5
  71. package/es/DateInputItem/__snapshots__/index.test.tsx.snap +37 -13
  72. package/es/DateInputItem/index.js +7 -4
  73. package/es/DateInputItem/index.test.js +9 -0
  74. package/es/Field/__snapshots__/index.test.tsx.snap +35 -0
  75. package/es/{FormGroup → Field}/index.js +4 -4
  76. package/es/Field/index.test.js +25 -0
  77. package/es/FieldsetLegend/__snapshots__/index.test.tsx.snap +102 -876
  78. package/es/FieldsetLegend/index.js +9 -8
  79. package/es/FieldsetLegend/index.test.js +48 -139
  80. package/es/FileUpload/index.js +3 -3
  81. package/es/GovGRLogo/index.js +1 -1
  82. package/es/Header/index.js +1 -1
  83. package/es/Hidden/index.js +32 -0
  84. package/es/Hidden/index.test.js +43 -0
  85. package/es/Label/index.js +3 -5
  86. package/es/LabelTitle/__snapshots__/index.test.tsx.snap +133 -0
  87. package/es/LabelTitle/index.js +26 -0
  88. package/es/LabelTitle/index.test.js +85 -0
  89. package/es/Masthead/index.js +2 -7
  90. package/es/RadioConditional/__snapshots__/index.test.tsx.snap +39 -0
  91. package/es/RadioConditional/index.js +27 -0
  92. package/es/RadioConditional/index.test.js +17 -0
  93. package/es/RadioItem/__snapshots__/index.test.tsx.snap +20 -20
  94. package/es/RadioItem/index.js +6 -6
  95. package/es/index.js +4 -1
  96. package/esm/Button/index.js +4 -2
  97. package/esm/CallToAction/index.js +11 -4
  98. package/esm/Card/__snapshots__/index.test.tsx.snap +21 -5
  99. package/esm/Card/index.js +4 -3
  100. package/esm/Card/index.test.js +10 -2
  101. package/esm/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -11
  102. package/esm/CheckboxConditional/index.js +2 -6
  103. package/esm/CheckboxItem/__snapshots__/index.test.tsx.snap +14 -14
  104. package/esm/CheckboxItem/index.js +6 -6
  105. package/esm/Container/index.js +9 -5
  106. package/esm/DateInputItem/__snapshots__/index.test.tsx.snap +37 -13
  107. package/esm/DateInputItem/index.js +7 -4
  108. package/esm/DateInputItem/index.test.js +9 -0
  109. package/esm/Field/__snapshots__/index.test.tsx.snap +35 -0
  110. package/esm/{FormGroup → Field}/index.js +4 -4
  111. package/esm/Field/index.test.js +25 -0
  112. package/esm/FieldsetLegend/__snapshots__/index.test.tsx.snap +102 -876
  113. package/esm/FieldsetLegend/index.js +9 -8
  114. package/esm/FieldsetLegend/index.test.js +48 -139
  115. package/esm/FileUpload/index.js +3 -3
  116. package/esm/GovGRLogo/index.js +1 -1
  117. package/esm/Header/index.js +1 -1
  118. package/esm/Hidden/index.js +32 -0
  119. package/esm/Hidden/index.test.js +43 -0
  120. package/esm/Label/index.js +3 -5
  121. package/esm/LabelTitle/__snapshots__/index.test.tsx.snap +133 -0
  122. package/esm/LabelTitle/index.js +26 -0
  123. package/esm/LabelTitle/index.test.js +85 -0
  124. package/esm/Masthead/index.js +2 -7
  125. package/esm/RadioConditional/__snapshots__/index.test.tsx.snap +39 -0
  126. package/esm/RadioConditional/index.js +27 -0
  127. package/esm/RadioConditional/index.test.js +17 -0
  128. package/esm/RadioItem/__snapshots__/index.test.tsx.snap +20 -20
  129. package/esm/RadioItem/index.js +6 -6
  130. package/esm/index.js +5 -2
  131. package/index.d.ts +4 -1
  132. package/index.js +31 -7
  133. package/package.json +2 -2
  134. package/FormGroup/__snapshots__/index.test.tsx.snap +0 -35
  135. package/FormGroup/index.d.ts +0 -13
  136. package/FormGroup/index.test.js +0 -31
  137. package/es/FormGroup/__snapshots__/index.test.tsx.snap +0 -35
  138. package/es/FormGroup/index.test.js +0 -25
  139. package/esm/FormGroup/__snapshots__/index.test.tsx.snap +0 -35
  140. package/esm/FormGroup/index.test.js +0 -25
@@ -4,16 +4,16 @@ export interface FieldsetLegendProps extends LegendElementAttributes {
4
4
  /**
5
5
  * size is optional. The default value is 'l'
6
6
  */
7
- size?: 'l' | 'm' | 's';
7
+ size?: 'xl' | 'l' | 'm' | 's';
8
8
  /**
9
- * singleFieldLegend is optional.
9
+ * heading is optional.
10
10
  * Add this prop if this Fieldset component is the only one in this page.
11
11
  * The default value is false.
12
12
  */
13
- singleFieldLegend?: boolean;
13
+ heading?: boolean;
14
14
  }
15
15
  /**
16
16
  * FieldsetLegend component is the title within a Fieldset component.
17
17
  */
18
- export declare const FieldsetLegend: React.ForwardRefExoticComponent<Pick<FieldsetLegendProps, "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" | "color" | "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" | "size" | "singleFieldLegend"> & React.RefAttributes<HTMLLegendElement>>;
18
+ export declare const FieldsetLegend: React.ForwardRefExoticComponent<Pick<FieldsetLegendProps, "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" | "color" | "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" | "heading" | "size"> & React.RefAttributes<HTMLLegendElement>>;
19
19
  export default FieldsetLegend;
@@ -15,7 +15,7 @@ var _react = _interopRequireDefault(require("react"));
15
15
 
16
16
  var _clsx = _interopRequireDefault(require("clsx"));
17
17
 
18
- var _excluded = ["size", "singleFieldLegend", "className", "children"];
18
+ var _excluded = ["size", "heading", "className", "children"];
19
19
 
20
20
  /**
21
21
  * FieldsetLegend component is the title within a Fieldset component.
@@ -23,17 +23,18 @@ var _excluded = ["size", "singleFieldLegend", "className", "children"];
23
23
  var FieldsetLegend = /*#__PURE__*/_react["default"].forwardRef(function FieldsetLegend(_ref, ref) {
24
24
  var _ref$size = _ref.size,
25
25
  size = _ref$size === void 0 ? 'l' : _ref$size,
26
- _ref$singleFieldLegen = _ref.singleFieldLegend,
27
- singleFieldLegend = _ref$singleFieldLegen === void 0 ? false : _ref$singleFieldLegen,
26
+ _ref$heading = _ref.heading,
27
+ heading = _ref$heading === void 0 ? false : _ref$heading,
28
28
  className = _ref.className,
29
29
  children = _ref.children,
30
30
  props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
31
- return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("legend", {
31
+ return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("legend", (0, _extends2["default"])({
32
32
  ref: ref,
33
- className: (0, _clsx["default"])(className, size === 'l' && 'govgr-heading-l', size === 'm' && 'govgr-heading-m', size === 's' && 'govgr-heading-s', true && 'govgr-fieldset__legend')
34
- }, singleFieldLegend && /*#__PURE__*/_react["default"].createElement("h1", (0, _extends2["default"])({
35
- className: (0, _clsx["default"])(className)
36
- }, props), children), !singleFieldLegend && children));
33
+ className: (0, _clsx["default"])(className, size === 'xl' && 'govgr-heading-xl', size === 'l' && 'govgr-heading-l', size === 'm' && 'govgr-heading-m', size === 's' && 'govgr-heading-s', true && 'govgr-fieldset__legend')
34
+ }, heading && {
35
+ role: "heading",
36
+ "aria-level": 1
37
+ }, props), children));
37
38
  });
38
39
 
39
40
  exports.FieldsetLegend = FieldsetLegend;
@@ -6,182 +6,86 @@ var _react = _interopRequireDefault(require("react"));
6
6
 
7
7
  var _enzyme = require("enzyme");
8
8
 
9
- var _Checkbox = _interopRequireDefault(require("@digigov/react-core/Checkbox"));
10
-
11
- var _CheckboxItem = _interopRequireDefault(require("@digigov/react-core/CheckboxItem"));
12
-
13
- var _FormGroup = _interopRequireDefault(require("@digigov/react-core/FormGroup"));
14
-
15
- var _Fieldset = _interopRequireDefault(require("@digigov/react-core/Fieldset"));
16
-
17
9
  var _FieldsetLegend = _interopRequireDefault(require("@digigov/react-core/FieldsetLegend"));
18
10
 
19
- var _Hint = _interopRequireDefault(require("@digigov/react-core/Hint"));
20
-
21
- var _ref = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], null, "This is FieldsetLegend with no props"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
22
- name: "dim",
23
- value: "dim"
24
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
25
- name: "kat",
26
- value: "kat"
27
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
11
+ var _ref = /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], null, "This is FieldsetLegend with no props");
28
12
 
29
13
  it('renders the FieldsetLegend with no props', function () {
30
14
  expect((0, _enzyme.mount)(_ref)).toMatchSnapshot();
31
15
  });
32
16
 
33
- var _ref2 = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
34
- size: "m"
35
- }, "This is FieldsetLegend with singleFieldLegend false"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
36
- name: "dim",
37
- value: "dim"
38
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
39
- name: "kat",
40
- value: "kat"
41
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
42
-
43
- it('renders the FieldsetLegend with size=m', function () {
17
+ var _ref2 = /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
18
+ size: "s"
19
+ }, "This is FieldsetLegend with no props");
20
+
21
+ it('renders the FieldsetLegend with size s props', function () {
44
22
  expect((0, _enzyme.mount)(_ref2)).toMatchSnapshot();
45
23
  });
46
24
 
47
- var _ref3 = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
48
- size: "s"
49
- }, "This is FieldsetLegend with singleFieldLegend false"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
50
- name: "dim",
51
- value: "dim"
52
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
53
- name: "kat",
54
- value: "kat"
55
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
56
-
57
- it('renders the FieldsetLegend with size=s', function () {
25
+ var _ref3 = /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
26
+ size: "m"
27
+ }, "This is FieldsetLegend with no props");
28
+
29
+ it('renders the FieldsetLegend with size m props', function () {
58
30
  expect((0, _enzyme.mount)(_ref3)).toMatchSnapshot();
59
31
  });
60
32
 
61
- var _ref4 = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
62
- singleFieldLegend: false
63
- }, "This is FieldsetLegend with singleFieldLegend false"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
64
- name: "dim",
65
- value: "dim"
66
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
67
- name: "kat",
68
- value: "kat"
69
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
70
-
71
- it('renders the FieldsetLegend with singleFieldLegend=false', function () {
33
+ var _ref4 = /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
34
+ size: "l"
35
+ }, "This is FieldsetLegend with no props");
36
+
37
+ it('renders the FieldsetLegend with size l props', function () {
72
38
  expect((0, _enzyme.mount)(_ref4)).toMatchSnapshot();
73
39
  });
74
40
 
75
- var _ref5 = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
76
- singleFieldLegend: false,
77
- size: "m"
78
- }, "This is FieldsetLegend with singleFieldLegend false"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
79
- name: "dim",
80
- value: "dim"
81
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
82
- name: "kat",
83
- value: "kat"
84
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
85
-
86
- it('renders the FieldsetLegend with singleFieldLegend=false and size=m', function () {
41
+ var _ref5 = /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
42
+ size: "xl"
43
+ }, "This is FieldsetLegend with no props");
44
+
45
+ it('renders the FieldsetLegend with size xl props', function () {
87
46
  expect((0, _enzyme.mount)(_ref5)).toMatchSnapshot();
88
47
  });
89
48
 
90
- var _ref6 = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
91
- singleFieldLegend: false,
92
- size: "s"
93
- }, "This is FieldsetLegend with singleFieldLegend false"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
94
- name: "dim",
95
- value: "dim"
96
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
97
- name: "kat",
98
- value: "kat"
99
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
100
-
101
- it('renders the FieldsetLegend with singleFieldLegend=false and size=s', function () {
49
+ var _ref6 = /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
50
+ heading: true
51
+ }, "This is FieldsetLegend with no props");
52
+
53
+ it('renders the FieldsetLegend with heading props', function () {
102
54
  expect((0, _enzyme.mount)(_ref6)).toMatchSnapshot();
103
55
  });
104
56
 
105
- var _ref7 = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], null, "This is FieldsetLegend with no props"), /*#__PURE__*/_react["default"].createElement(_Hint["default"], null, "This is a hint"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
106
- name: "dim",
107
- value: "dim"
108
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
109
- name: "kat",
110
- value: "kat"
111
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
57
+ var _ref7 = /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
58
+ heading: true,
59
+ size: "s"
60
+ }, "This is FieldsetLegend with no props");
112
61
 
113
- it('renders the FieldsetLegend with no props and Hint', function () {
62
+ it('renders the FieldsetLegend with heading and size s props', function () {
114
63
  expect((0, _enzyme.mount)(_ref7)).toMatchSnapshot();
115
64
  });
116
65
 
117
- var _ref8 = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
66
+ var _ref8 = /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
67
+ heading: true,
118
68
  size: "m"
119
- }, "This is FieldsetLegend with singleFieldLegend false"), /*#__PURE__*/_react["default"].createElement(_Hint["default"], null, "This is a hint"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
120
- name: "dim",
121
- value: "dim"
122
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
123
- name: "kat",
124
- value: "kat"
125
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
126
-
127
- it('renders the FieldsetLegend with size=m and Hint', function () {
69
+ }, "This is FieldsetLegend with no props");
70
+
71
+ it('renders the FieldsetLegend with heading and size m props', function () {
128
72
  expect((0, _enzyme.mount)(_ref8)).toMatchSnapshot();
129
73
  });
130
74
 
131
- var _ref9 = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
132
- size: "s"
133
- }, "This is FieldsetLegend with singleFieldLegend false and size=s"), /*#__PURE__*/_react["default"].createElement(_Hint["default"], null, "This is a hint"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
134
- name: "dim",
135
- value: "dim"
136
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
137
- name: "kat",
138
- value: "kat"
139
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
140
-
141
- it('renders the FieldsetLegend with size=s and Hint', function () {
142
- expect((0, _enzyme.mount)(_ref9)).toMatchSnapshot();
143
- });
75
+ var _ref9 = /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
76
+ heading: true,
77
+ size: "l"
78
+ }, "This is FieldsetLegend with no props");
144
79
 
145
- var _ref10 = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
146
- singleFieldLegend: false
147
- }, "This is FieldsetLegend with singleFieldLegend false and size=m"), /*#__PURE__*/_react["default"].createElement(_Hint["default"], null, "This is a hint"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
148
- name: "dim",
149
- value: "dim"
150
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
151
- name: "kat",
152
- value: "kat"
153
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
154
-
155
- it('renders the FieldsetLegend with singleFieldLegend=false and Hint', function () {
156
- expect((0, _enzyme.mount)(_ref10)).toMatchSnapshot();
80
+ it('renders the FieldsetLegend with heading and size l props', function () {
81
+ expect((0, _enzyme.mount)(_ref9)).toMatchSnapshot();
157
82
  });
158
83
 
159
- var _ref11 = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
160
- singleFieldLegend: false,
161
- size: "m"
162
- }, "This is FieldsetLegend with singleFieldLegend false and size=m"), /*#__PURE__*/_react["default"].createElement(_Hint["default"], null, "This is a hint"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
163
- name: "dim",
164
- value: "dim"
165
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
166
- name: "kat",
167
- value: "kat"
168
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
169
-
170
- it('renders the FieldsetLegend with singleFieldLegend=false and size=m and Hint', function () {
171
- expect((0, _enzyme.mount)(_ref11)).toMatchSnapshot();
172
- });
84
+ var _ref10 = /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
85
+ heading: true,
86
+ size: "xl"
87
+ }, "This is FieldsetLegend with no props");
173
88
 
174
- var _ref12 = /*#__PURE__*/_react["default"].createElement(_FormGroup["default"], null, /*#__PURE__*/_react["default"].createElement(_Fieldset["default"], null, /*#__PURE__*/_react["default"].createElement(_FieldsetLegend["default"], {
175
- singleFieldLegend: false,
176
- size: "s"
177
- }, "This is FieldsetLegend with singleFieldLegend false and size=s"), /*#__PURE__*/_react["default"].createElement(_Hint["default"], null, "This is a hint"), /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], null, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
178
- name: "dim",
179
- value: "dim"
180
- }, "\u0394\u03B7\u03BC\u03AE\u03C4\u03C1\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], {
181
- name: "kat",
182
- value: "kat"
183
- }, "\u039A\u03B1\u03C4\u03B5\u03C1\u03AF\u03BD\u03B1"))));
184
-
185
- it('renders the FieldsetLegend with singleFieldLegend=false and size=s and Hint', function () {
186
- expect((0, _enzyme.mount)(_ref12)).toMatchSnapshot();
89
+ it('renders the FieldsetLegend with heading and size xl props', function () {
90
+ expect((0, _enzyme.mount)(_ref10)).toMatchSnapshot();
187
91
  });
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- declare type DivElementAttributes = JSX.IntrinsicElements['div'];
3
- export interface FileUploadProps extends DivElementAttributes {
2
+ declare type InputElementAttributes = JSX.IntrinsicElements['input'];
3
+ export interface FileUploadProps extends InputElementAttributes {
4
4
  /**
5
5
  * name is optional.
6
6
  */
@@ -10,5 +10,5 @@ export interface FileUploadProps extends DivElementAttributes {
10
10
  * Details for the FileUpload.
11
11
  * FileUpload component is used for uploading files
12
12
  */
13
- export declare const FileUpload: React.ForwardRefExoticComponent<Pick<FileUploadProps, "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" | "color" | "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" | "name"> & React.RefAttributes<HTMLDivElement>>;
13
+ export declare const FileUpload: React.ForwardRefExoticComponent<Pick<FileUploadProps, "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" | "color" | "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" | "form" | "pattern" | "list" | "step" | "type" | "value" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "accept" | "alt" | "autoComplete" | "capture" | "checked" | "crossOrigin" | "height" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "width"> & React.RefAttributes<HTMLInputElement>>;
14
14
  export default FileUpload;
@@ -27,13 +27,13 @@ var FileUpload = /*#__PURE__*/_react["default"].forwardRef(function FileUpload(_
27
27
  children = _ref.children,
28
28
  props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
29
29
  return /*#__PURE__*/_react["default"].createElement("div", (0, _extends2["default"])({
30
- ref: ref,
31
30
  className: (0, _clsx["default"])(className, true && 'upload-file')
32
- }, props), children, /*#__PURE__*/_react["default"].createElement("input", {
31
+ }, props), children, /*#__PURE__*/_react["default"].createElement("input", (0, _extends2["default"])({
32
+ ref: ref,
33
33
  type: "file",
34
34
  name: name,
35
35
  className: (0, _clsx["default"])(true && 'govgr-file-upload')
36
- }));
36
+ }, props)));
37
37
  });
38
38
 
39
39
  exports.FileUpload = FileUpload;
@@ -7,5 +7,5 @@ export interface FooterImageProps extends ImgElementAttributes {
7
7
  * It is used inside to FooterContentLogos.
8
8
  *
9
9
  */
10
- export declare const FooterImage: React.ForwardRefExoticComponent<Pick<FooterImageProps, "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" | "color" | "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" | "referrerPolicy" | "alt" | "crossOrigin" | "decoding" | "height" | "loading" | "sizes" | "src" | "srcSet" | "useMap" | "width"> & React.RefAttributes<HTMLImageElement>>;
10
+ export declare const FooterImage: React.ForwardRefExoticComponent<Pick<FooterImageProps, "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" | "color" | "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" | "referrerPolicy" | "alt" | "crossOrigin" | "height" | "src" | "width" | "decoding" | "loading" | "sizes" | "srcSet" | "useMap"> & React.RefAttributes<HTMLImageElement>>;
11
11
  export default FooterImage;
@@ -28,7 +28,7 @@ var GovGRLogo = /*#__PURE__*/_react["default"].forwardRef(function GovGRLogo(_re
28
28
  return /*#__PURE__*/_react["default"].createElement("a", (0, _extends2["default"])({
29
29
  href: href,
30
30
  ref: ref,
31
- className: (0, _clsx["default"])(className)
31
+ className: (0, _clsx["default"])(className, true && 'govgr-header-link')
32
32
  }, props), /*#__PURE__*/_react["default"].createElement("img", {
33
33
  src: "https://www.gov.gr/gov_gr_logo.svg",
34
34
  className: (0, _clsx["default"])(className, true && 'govgr-header-logo')
package/Grid/index.d.ts CHANGED
@@ -16,5 +16,5 @@ export interface GridProps extends DivElementAttributes {
16
16
  /**
17
17
  * Grid is used to arrange other components in complex grid configurations of rows and columns.
18
18
  */
19
- export declare const Grid: React.ForwardRefExoticComponent<Pick<GridProps, "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" | "color" | "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" | "inline" | "container" | "item" | "spacing" | "xs" | "sm" | "md" | "lg" | "xl"> & React.RefAttributes<HTMLDivElement>>;
19
+ export declare const Grid: React.ForwardRefExoticComponent<Pick<GridProps, "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" | "color" | "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" | "inline" | "xl" | "container" | "item" | "spacing" | "xs" | "sm" | "md" | "lg"> & React.RefAttributes<HTMLDivElement>>;
20
20
  export default Grid;
package/Header/index.js CHANGED
@@ -30,7 +30,7 @@ var Header = /*#__PURE__*/_react["default"].forwardRef(function Header(_ref, ref
30
30
  "data-module": "govgr-header",
31
31
  ref: ref,
32
32
  className: (0, _clsx["default"])(className, true && 'govgr-header')
33
- }, props), ' ', children);
33
+ }, props), children);
34
34
  });
35
35
 
36
36
  exports.Header = Header;
@@ -16,5 +16,5 @@ export interface HellenicRepublicLogoProps extends ImgElementAttributes {
16
16
  * HellenicRepublicLogo is used mainly at the Footer.
17
17
  * This component can't have children.
18
18
  */
19
- export declare const HellenicRepublicLogo: React.ForwardRefExoticComponent<Pick<HellenicRepublicLogoProps, "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" | "color" | "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" | "referrerPolicy" | "alt" | "crossOrigin" | "decoding" | "height" | "loading" | "sizes" | "src" | "srcSet" | "useMap" | "width"> & React.RefAttributes<HTMLImageElement>>;
19
+ export declare const HellenicRepublicLogo: React.ForwardRefExoticComponent<Pick<HellenicRepublicLogoProps, "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" | "color" | "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" | "referrerPolicy" | "alt" | "crossOrigin" | "height" | "src" | "width" | "decoding" | "loading" | "sizes" | "srcSet" | "useMap"> & React.RefAttributes<HTMLImageElement>>;
20
20
  export default HellenicRepublicLogo;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ declare type DivElementAttributes = JSX.IntrinsicElements['div'];
3
+ export interface HiddenProps extends DivElementAttributes {
4
+ ref?: React.Ref<HTMLDivElement>;
5
+ lgUp?: boolean;
6
+ mdUp?: boolean;
7
+ smUp?: boolean;
8
+ xlUp?: boolean;
9
+ xsUp?: boolean;
10
+ }
11
+ /**
12
+ * Hidden is used to responsively hide children based on the screen size.
13
+ * Each property refers to a specific screen sizes and applies the "invisible"
14
+ * property at the selected screen size and above.
15
+ */
16
+ export declare const Hidden: React.ForwardRefExoticComponent<Pick<HiddenProps, "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" | "color" | "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" | "lgUp" | "mdUp" | "smUp" | "xlUp" | "xsUp"> & React.RefAttributes<HTMLDivElement>>;
17
+ export default Hidden;