@aws-amplify/ui-react 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/dist/IconWarning-45c2c272.js +1 -0
  2. package/dist/esm/components/Authenticator/Authenticator.js +1 -1
  3. package/dist/esm/components/Authenticator/ConfirmSignIn/ConfirmSignIn.js +1 -1
  4. package/dist/esm/components/Authenticator/ConfirmSignUp/ConfirmSignUp.js +1 -1
  5. package/dist/esm/components/Authenticator/FederatedSignIn/FederatedSignIn.js +1 -1
  6. package/dist/esm/components/Authenticator/ForceNewPassword/ForceNewPassword.js +1 -1
  7. package/dist/esm/components/Authenticator/ResetPassword/ConfirmResetPassword.js +1 -1
  8. package/dist/esm/components/Authenticator/ResetPassword/ResetPassword.js +1 -1
  9. package/dist/esm/components/Authenticator/Router/Router.js +1 -1
  10. package/dist/esm/components/Authenticator/SetupTOTP/SetupTOTP.js +1 -1
  11. package/dist/esm/components/Authenticator/SignIn/SignIn.js +1 -1
  12. package/dist/esm/components/Authenticator/SignUp/SignUp.js +1 -1
  13. package/dist/esm/components/Authenticator/VerifyUser/ConfirmVerifyUser.js +1 -1
  14. package/dist/esm/components/Authenticator/VerifyUser/VerifyUser.js +1 -1
  15. package/dist/esm/components/Authenticator/hooks/useAuthenticator/index.js +1 -1
  16. package/dist/esm/components/Authenticator/shared/ValidationErrors.js +1 -1
  17. package/dist/esm/primitives/shared/constants.js +1 -1
  18. package/dist/index.js +1 -1
  19. package/dist/internal.js +1 -1
  20. package/dist/styles.css +140 -1
  21. package/dist/types/components/Authenticator/Authenticator.d.ts +1 -1
  22. package/dist/types/components/Authenticator/ConfirmSignUp/ConfirmSignUp.d.ts +1 -1
  23. package/dist/types/components/Authenticator/Router/Router.d.ts +3 -1
  24. package/dist/types/components/Authenticator/hooks/useAuthenticator/index.d.ts +30 -31
  25. package/dist/types/components/Authenticator/hooks/useFormHandlers/useFormHandlers.d.ts +2 -2
  26. package/dist/types/components/Authenticator/shared/ValidationErrors.d.ts +1 -1
  27. package/dist/types/components/Authenticator/withAuthenticator.d.ts +1 -1
  28. package/dist/types/hooks/useAuth.d.ts +0 -1
  29. package/dist/types/primitives/Alert/Alert.d.ts +1 -1
  30. package/dist/types/primitives/Badge/Badge.d.ts +1 -1
  31. package/dist/types/primitives/Button/Button.d.ts +1 -1
  32. package/dist/types/primitives/ButtonGroup/ButtonGroup.d.ts +1 -1
  33. package/dist/types/primitives/Card/Card.d.ts +1 -1
  34. package/dist/types/primitives/Checkbox/Checkbox.d.ts +1 -1
  35. package/dist/types/primitives/CheckboxField/CheckboxField.d.ts +1 -1
  36. package/dist/types/primitives/Divider/Divider.d.ts +1 -1
  37. package/dist/types/primitives/Expander/Expander.d.ts +1 -1
  38. package/dist/types/primitives/Expander/ExpanderItem.d.ts +1 -1
  39. package/dist/types/primitives/Field/FieldClearButton.d.ts +1 -1
  40. package/dist/types/primitives/FieldGroup/FieldGroup.d.ts +1 -1
  41. package/dist/types/primitives/FieldGroupIcon/FieldGroupIcon.d.ts +1 -1
  42. package/dist/types/primitives/FieldGroupIcon/FieldGroupIconButton.d.ts +1 -1
  43. package/dist/types/primitives/Flex/Flex.d.ts +1 -1
  44. package/dist/types/primitives/Grid/Grid.d.ts +1 -1
  45. package/dist/types/primitives/Heading/Heading.d.ts +1 -1
  46. package/dist/types/primitives/Icon/Icon.d.ts +1 -1
  47. package/dist/types/primitives/Image/Image.d.ts +1 -1
  48. package/dist/types/primitives/Input/Input.d.ts +1 -1
  49. package/dist/types/primitives/Label/Label.d.ts +1 -1
  50. package/dist/types/primitives/Link/Link.d.ts +1 -1
  51. package/dist/types/primitives/Loader/Loader.d.ts +1 -1
  52. package/dist/types/primitives/Menu/Menu.d.ts +1 -1
  53. package/dist/types/primitives/Pagination/Pagination.d.ts +1 -1
  54. package/dist/types/primitives/PasswordField/PasswordField.d.ts +1 -1
  55. package/dist/types/primitives/PasswordField/ShowPasswordButton.d.ts +1 -1
  56. package/dist/types/primitives/PhoneNumberField/CountryCodeSelect.d.ts +1 -1
  57. package/dist/types/primitives/PhoneNumberField/PhoneNumberField.d.ts +1 -1
  58. package/dist/types/primitives/Placeholder/Placeholder.d.ts +1 -1
  59. package/dist/types/primitives/Radio/Radio.d.ts +1 -1
  60. package/dist/types/primitives/RadioGroupField/RadioGroupField.d.ts +1 -1
  61. package/dist/types/primitives/Rating/Rating.d.ts +1 -1
  62. package/dist/types/primitives/ScrollView/ScrollView.d.ts +1 -1
  63. package/dist/types/primitives/SearchField/SearchField.d.ts +1 -1
  64. package/dist/types/primitives/SearchField/SearchFieldButton.d.ts +1 -1
  65. package/dist/types/primitives/Select/Select.d.ts +1 -1
  66. package/dist/types/primitives/SelectField/SelectField.d.ts +1 -1
  67. package/dist/types/primitives/SliderField/SliderField.d.ts +1 -1
  68. package/dist/types/primitives/StepperField/StepperField.d.ts +1 -1
  69. package/dist/types/primitives/SwitchField/SwitchField.d.ts +1 -1
  70. package/dist/types/primitives/Table/Table.d.ts +1 -1
  71. package/dist/types/primitives/Table/TableBody.d.ts +1 -1
  72. package/dist/types/primitives/Table/TableCell.d.ts +1 -1
  73. package/dist/types/primitives/Table/TableFoot.d.ts +1 -1
  74. package/dist/types/primitives/Table/TableHead.d.ts +1 -1
  75. package/dist/types/primitives/Table/TableRow.d.ts +1 -1
  76. package/dist/types/primitives/Tabs/Tabs.d.ts +2 -2
  77. package/dist/types/primitives/Text/Text.d.ts +1 -1
  78. package/dist/types/primitives/TextArea/TextArea.d.ts +1 -1
  79. package/dist/types/primitives/TextAreaField/TextAreaField.d.ts +1 -1
  80. package/dist/types/primitives/ToggleButton/ToggleButton.d.ts +1 -1
  81. package/dist/types/primitives/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  82. package/dist/types/primitives/View/View.d.ts +2 -2
  83. package/dist/types/primitives/VisuallyHidden/VisuallyHidden.d.ts +1 -1
  84. package/dist/types/primitives/shared/constants.d.ts +1 -1
  85. package/dist/types/primitives/types/button.d.ts +4 -2
  86. package/dist/types/primitives/types/checkbox.d.ts +4 -2
  87. package/dist/types/primitives/types/collection.d.ts +9 -2
  88. package/dist/types/primitives/types/divider.d.ts +4 -2
  89. package/dist/types/primitives/types/field.d.ts +2 -1
  90. package/dist/types/primitives/types/flex.d.ts +1 -1
  91. package/dist/types/primitives/types/grid.d.ts +84 -0
  92. package/dist/types/primitives/types/icon.d.ts +10 -8
  93. package/dist/types/primitives/types/image.d.ts +12 -9
  94. package/dist/types/primitives/types/input.d.ts +23 -21
  95. package/dist/types/primitives/types/link.d.ts +7 -0
  96. package/dist/types/primitives/types/menu.d.ts +6 -3
  97. package/dist/types/primitives/types/pagination.d.ts +12 -6
  98. package/dist/types/primitives/types/passwordField.d.ts +10 -5
  99. package/dist/types/primitives/types/placeholder.d.ts +2 -1
  100. package/dist/types/primitives/types/searchField.d.ts +4 -2
  101. package/dist/types/primitives/types/sliderField.d.ts +8 -0
  102. package/dist/types/primitives/types/stepperField.d.ts +4 -2
  103. package/dist/types/primitives/types/style.d.ts +122 -66
  104. package/dist/types/primitives/types/switchField.d.ts +0 -1
  105. package/dist/types/primitives/types/textArea.d.ts +17 -13
  106. package/dist/types/primitives/types/view.d.ts +2 -1
  107. package/package.json +2 -2
  108. package/dist/IconWarning-3289842c.js +0 -1
@@ -3,4 +3,4 @@ import { ToggleButtonGroupProps } from '../types';
3
3
  /**
4
4
  * [📖 Docs](https://ui.docs.amplify.aws/react/components/togglebutton#togglebuttongroup)
5
5
  */
6
- export declare const ToggleButtonGroup: React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<ToggleButtonGroupProps, React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<import("../types").FlexProps, "div">, "children" | "id" | "onError" | "key" | "order" | "area" | "slot" | "style" | "title" | "className" | "aria-label" | "aria-valuetext" | "row" | "as" | "isDisabled" | "testId" | "alignSelf" | "backgroundColor" | "backgroundImage" | "border" | "borderRadius" | "bottom" | "boxShadow" | "color" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "height" | "left" | "letterSpacing" | "lineHeight" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflow" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textDecoration" | "textTransform" | "top" | "transform" | "transformOrigin" | "width" | "whiteSpace" | "flex" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "alignItems" | "alignContent" | "justifyContent" | "gap" | "columnGap" | "rowGap" | "onLoad" | "onClick" | "direction" | "wrap" | "defaultChecked" | "defaultValue" | "inputMode" | "hidden" | "placeholder" | "translate" | "onChange" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "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-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" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoadCapture" | "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" | "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>>>, "value" | "children" | "id" | "onError" | "key" | "order" | "area" | "slot" | "style" | "title" | "className" | "aria-label" | "aria-valuetext" | "row" | "as" | "isDisabled" | "testId" | "alignSelf" | "backgroundColor" | "backgroundImage" | "border" | "borderRadius" | "bottom" | "boxShadow" | "color" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "height" | "left" | "letterSpacing" | "lineHeight" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflow" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textDecoration" | "textTransform" | "top" | "transform" | "transformOrigin" | "width" | "whiteSpace" | "flex" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "alignItems" | "alignContent" | "justifyContent" | "gap" | "columnGap" | "rowGap" | "onLoad" | "onClick" | "size" | "variation" | "direction" | "wrap" | "defaultChecked" | "defaultValue" | "inputMode" | "hidden" | "placeholder" | "translate" | "onChange" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "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-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" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoadCapture" | "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" | "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" | "isExclusive" | "isSelectionRequired"> & React.RefAttributes<HTMLDivElement>>;
6
+ export declare const ToggleButtonGroup: React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<ToggleButtonGroupProps, React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<import("../types").FlexProps, "div">, "children" | "id" | "onError" | "key" | "order" | "onChange" | "area" | "slot" | "style" | "title" | "className" | "aria-label" | "aria-valuetext" | "row" | "as" | "isDisabled" | "testId" | "alignSelf" | "backgroundColor" | "backgroundImage" | "border" | "borderRadius" | "bottom" | "boxShadow" | "color" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "height" | "left" | "letterSpacing" | "lineHeight" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflow" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textDecoration" | "textTransform" | "top" | "transform" | "transformOrigin" | "width" | "whiteSpace" | "flex" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "alignItems" | "alignContent" | "justifyContent" | "gap" | "columnGap" | "rowGap" | "onLoad" | "onClick" | "direction" | "wrap" | "defaultChecked" | "defaultValue" | "inputMode" | "hidden" | "placeholder" | "translate" | "dir" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "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-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" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoadCapture" | "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" | "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>>>, "value" | "children" | "id" | "onError" | "key" | "order" | "onChange" | "area" | "slot" | "style" | "title" | "className" | "aria-label" | "aria-valuetext" | "row" | "as" | "isDisabled" | "testId" | "alignSelf" | "backgroundColor" | "backgroundImage" | "border" | "borderRadius" | "bottom" | "boxShadow" | "color" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "height" | "left" | "letterSpacing" | "lineHeight" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflow" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textDecoration" | "textTransform" | "top" | "transform" | "transformOrigin" | "width" | "whiteSpace" | "flex" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "alignItems" | "alignContent" | "justifyContent" | "gap" | "columnGap" | "rowGap" | "onLoad" | "onClick" | "size" | "variation" | "direction" | "wrap" | "defaultChecked" | "defaultValue" | "inputMode" | "hidden" | "placeholder" | "translate" | "dir" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "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-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" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoadCapture" | "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" | "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" | "isExclusive" | "isSelectionRequired"> & React.RefAttributes<HTMLDivElement>>;
@@ -6,5 +6,5 @@ import { ElementType, ViewProps } from '../types';
6
6
  export declare const View: React.ForwardRefExoticComponent<Pick<Omit<ViewProps, "as"> & {
7
7
  as?: ElementType;
8
8
  } & Omit<Omit<any, "ref">, "id" | "order" | "area" | "style" | "className" | "row" | "as" | "isDisabled" | "testId" | "alignSelf" | "backgroundColor" | "backgroundImage" | "border" | "borderRadius" | "bottom" | "boxShadow" | "color" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "height" | "left" | "letterSpacing" | "lineHeight" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflow" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textDecoration" | "textTransform" | "top" | "transform" | "transformOrigin" | "width" | "whiteSpace" | "flex" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role"> & {
9
- ref?: React.Ref<HTMLFormElement | HTMLElement | SVGSymbolElement | SVGElement | HTMLObjectElement | HTMLMetaElement | HTMLLinkElement | HTMLDataElement | SVGPathElement | HTMLMapElement | SVGFilterElement | HTMLAnchorElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLButtonElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDivElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadingElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLImageElement | HTMLInputElement | HTMLLabelElement | HTMLLegendElement | HTMLLIElement | HTMLMeterElement | HTMLOListElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLParagraphElement | HTMLParamElement | HTMLPreElement | HTMLProgressElement | HTMLSlotElement | HTMLScriptElement | HTMLSelectElement | HTMLSourceElement | HTMLSpanElement | HTMLStyleElement | HTMLTableElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableDataCellElement | HTMLTextAreaElement | HTMLTableHeaderCellElement | HTMLTimeElement | HTMLTitleElement | HTMLTableRowElement | HTMLTrackElement | HTMLUListElement | HTMLVideoElement | HTMLWebViewElement | SVGSVGElement | SVGCircleElement | SVGClipPathElement | SVGDefsElement | SVGDescElement | SVGEllipseElement | SVGFEBlendElement | SVGFEColorMatrixElement | SVGFEComponentTransferElement | SVGFECompositeElement | SVGFEConvolveMatrixElement | SVGFEDiffuseLightingElement | SVGFEDisplacementMapElement | SVGFEDistantLightElement | SVGFEDropShadowElement | SVGFEFloodElement | SVGFEFuncAElement | SVGFEFuncBElement | SVGFEFuncGElement | SVGFEFuncRElement | SVGFEGaussianBlurElement | SVGFEImageElement | SVGFEMergeElement | SVGFEMergeNodeElement | SVGFEMorphologyElement | SVGFEOffsetElement | SVGFEPointLightElement | SVGFESpecularLightingElement | SVGFESpotLightElement | SVGFETileElement | SVGFETurbulenceElement | SVGForeignObjectElement | SVGGElement | SVGImageElement | SVGLineElement | SVGLinearGradientElement | SVGMarkerElement | SVGMaskElement | SVGMetadataElement | SVGPatternElement | SVGPolygonElement | SVGPolylineElement | SVGRadialGradientElement | SVGRectElement | SVGStopElement | SVGSwitchElement | SVGTextElement | SVGTextPathElement | SVGTSpanElement | SVGUseElement | SVGViewElement>;
10
- }, string | number | symbol> & React.RefAttributes<HTMLFormElement | HTMLElement | SVGSymbolElement | SVGElement | HTMLObjectElement | HTMLMetaElement | HTMLLinkElement | HTMLDataElement | SVGPathElement | HTMLMapElement | SVGFilterElement | HTMLAnchorElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLButtonElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDivElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadingElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLImageElement | HTMLInputElement | HTMLLabelElement | HTMLLegendElement | HTMLLIElement | HTMLMeterElement | HTMLOListElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLParagraphElement | HTMLParamElement | HTMLPreElement | HTMLProgressElement | HTMLSlotElement | HTMLScriptElement | HTMLSelectElement | HTMLSourceElement | HTMLSpanElement | HTMLStyleElement | HTMLTableElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableDataCellElement | HTMLTextAreaElement | HTMLTableHeaderCellElement | HTMLTimeElement | HTMLTitleElement | HTMLTableRowElement | HTMLTrackElement | HTMLUListElement | HTMLVideoElement | HTMLWebViewElement | SVGSVGElement | SVGCircleElement | SVGClipPathElement | SVGDefsElement | SVGDescElement | SVGEllipseElement | SVGFEBlendElement | SVGFEColorMatrixElement | SVGFEComponentTransferElement | SVGFECompositeElement | SVGFEConvolveMatrixElement | SVGFEDiffuseLightingElement | SVGFEDisplacementMapElement | SVGFEDistantLightElement | SVGFEDropShadowElement | SVGFEFloodElement | SVGFEFuncAElement | SVGFEFuncBElement | SVGFEFuncGElement | SVGFEFuncRElement | SVGFEGaussianBlurElement | SVGFEImageElement | SVGFEMergeElement | SVGFEMergeNodeElement | SVGFEMorphologyElement | SVGFEOffsetElement | SVGFEPointLightElement | SVGFESpecularLightingElement | SVGFESpotLightElement | SVGFETileElement | SVGFETurbulenceElement | SVGForeignObjectElement | SVGGElement | SVGImageElement | SVGLineElement | SVGLinearGradientElement | SVGMarkerElement | SVGMaskElement | SVGMetadataElement | SVGPatternElement | SVGPolygonElement | SVGPolylineElement | SVGRadialGradientElement | SVGRectElement | SVGStopElement | SVGSwitchElement | SVGTextElement | SVGTextPathElement | SVGTSpanElement | SVGUseElement | SVGViewElement>>;
9
+ ref?: React.Ref<HTMLFormElement | HTMLElement | SVGSymbolElement | SVGElement | HTMLObjectElement | HTMLMetaElement | HTMLLinkElement | HTMLDataElement | SVGPathElement | HTMLMapElement | SVGFilterElement | SVGStopElement | HTMLAnchorElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLButtonElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDivElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadingElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLImageElement | HTMLInputElement | HTMLLabelElement | HTMLLegendElement | HTMLLIElement | HTMLMeterElement | HTMLOListElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLParagraphElement | HTMLParamElement | HTMLPreElement | HTMLProgressElement | HTMLSlotElement | HTMLScriptElement | HTMLSelectElement | HTMLSourceElement | HTMLSpanElement | HTMLStyleElement | HTMLTableElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableDataCellElement | HTMLTextAreaElement | HTMLTableHeaderCellElement | HTMLTimeElement | HTMLTitleElement | HTMLTableRowElement | HTMLTrackElement | HTMLUListElement | HTMLVideoElement | HTMLWebViewElement | SVGSVGElement | SVGCircleElement | SVGClipPathElement | SVGDefsElement | SVGDescElement | SVGEllipseElement | SVGFEBlendElement | SVGFEColorMatrixElement | SVGFEComponentTransferElement | SVGFECompositeElement | SVGFEConvolveMatrixElement | SVGFEDiffuseLightingElement | SVGFEDisplacementMapElement | SVGFEDistantLightElement | SVGFEDropShadowElement | SVGFEFloodElement | SVGFEFuncAElement | SVGFEFuncBElement | SVGFEFuncGElement | SVGFEFuncRElement | SVGFEGaussianBlurElement | SVGFEImageElement | SVGFEMergeElement | SVGFEMergeNodeElement | SVGFEMorphologyElement | SVGFEOffsetElement | SVGFEPointLightElement | SVGFESpecularLightingElement | SVGFESpotLightElement | SVGFETileElement | SVGFETurbulenceElement | SVGForeignObjectElement | SVGGElement | SVGImageElement | SVGLineElement | SVGLinearGradientElement | SVGMarkerElement | SVGMaskElement | SVGMetadataElement | SVGPatternElement | SVGPolygonElement | SVGPolylineElement | SVGRadialGradientElement | SVGRectElement | SVGSwitchElement | SVGTextElement | SVGTextPathElement | SVGTSpanElement | SVGUseElement | SVGViewElement>;
10
+ }, string | number | symbol> & React.RefAttributes<HTMLFormElement | HTMLElement | SVGSymbolElement | SVGElement | HTMLObjectElement | HTMLMetaElement | HTMLLinkElement | HTMLDataElement | SVGPathElement | HTMLMapElement | SVGFilterElement | SVGStopElement | HTMLAnchorElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLButtonElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDivElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadingElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLImageElement | HTMLInputElement | HTMLLabelElement | HTMLLegendElement | HTMLLIElement | HTMLMeterElement | HTMLOListElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLParagraphElement | HTMLParamElement | HTMLPreElement | HTMLProgressElement | HTMLSlotElement | HTMLScriptElement | HTMLSelectElement | HTMLSourceElement | HTMLSpanElement | HTMLStyleElement | HTMLTableElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableDataCellElement | HTMLTextAreaElement | HTMLTableHeaderCellElement | HTMLTimeElement | HTMLTitleElement | HTMLTableRowElement | HTMLTrackElement | HTMLUListElement | HTMLVideoElement | HTMLWebViewElement | SVGSVGElement | SVGCircleElement | SVGClipPathElement | SVGDefsElement | SVGDescElement | SVGEllipseElement | SVGFEBlendElement | SVGFEColorMatrixElement | SVGFEComponentTransferElement | SVGFECompositeElement | SVGFEConvolveMatrixElement | SVGFEDiffuseLightingElement | SVGFEDisplacementMapElement | SVGFEDistantLightElement | SVGFEDropShadowElement | SVGFEFloodElement | SVGFEFuncAElement | SVGFEFuncBElement | SVGFEFuncGElement | SVGFEFuncRElement | SVGFEGaussianBlurElement | SVGFEImageElement | SVGFEMergeElement | SVGFEMergeNodeElement | SVGFEMorphologyElement | SVGFEOffsetElement | SVGFEPointLightElement | SVGFESpecularLightingElement | SVGFESpotLightElement | SVGFETileElement | SVGFETurbulenceElement | SVGForeignObjectElement | SVGGElement | SVGImageElement | SVGLineElement | SVGLinearGradientElement | SVGMarkerElement | SVGMaskElement | SVGMetadataElement | SVGPatternElement | SVGPolygonElement | SVGPolylineElement | SVGRadialGradientElement | SVGRectElement | SVGSwitchElement | SVGTextElement | SVGTextPathElement | SVGTSpanElement | SVGUseElement | SVGViewElement>>;
@@ -3,4 +3,4 @@ import { VisuallyHiddenProps } from '../types';
3
3
  /**
4
4
  * [📖 Docs](https://ui.docs.amplify.aws/react/components/visuallyhidden)
5
5
  */
6
- export declare const VisuallyHidden: React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<VisuallyHiddenProps, "span">, "children" | "id" | "onError" | "key" | "order" | "area" | "slot" | "style" | "title" | "className" | "aria-label" | "aria-valuetext" | "row" | "as" | "isDisabled" | "testId" | "alignSelf" | "backgroundColor" | "backgroundImage" | "border" | "borderRadius" | "bottom" | "boxShadow" | "color" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "height" | "left" | "letterSpacing" | "lineHeight" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflow" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textDecoration" | "textTransform" | "top" | "transform" | "transformOrigin" | "width" | "whiteSpace" | "flex" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "onLoad" | "onClick" | "defaultChecked" | "defaultValue" | "inputMode" | "hidden" | "placeholder" | "translate" | "onChange" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "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-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" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoadCapture" | "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" | "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>>;
6
+ export declare const VisuallyHidden: React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<VisuallyHiddenProps, "span">, "children" | "id" | "onError" | "key" | "order" | "onChange" | "area" | "slot" | "style" | "title" | "className" | "aria-label" | "aria-valuetext" | "row" | "as" | "isDisabled" | "testId" | "alignSelf" | "backgroundColor" | "backgroundImage" | "border" | "borderRadius" | "bottom" | "boxShadow" | "color" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "height" | "left" | "letterSpacing" | "lineHeight" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflow" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textDecoration" | "textTransform" | "top" | "transform" | "transformOrigin" | "width" | "whiteSpace" | "flex" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "onLoad" | "onClick" | "defaultChecked" | "defaultValue" | "inputMode" | "hidden" | "placeholder" | "translate" | "dir" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "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-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" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoadCapture" | "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" | "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>>;
@@ -300,7 +300,7 @@ export declare const ComponentClassObject: {
300
300
  };
301
301
  readonly RadioButton: {
302
302
  readonly className: "amplify-radio__button";
303
- readonly compoents: readonly ["RadioGroupField", "Radio"];
303
+ readonly components: readonly ["RadioGroupField", "Radio"];
304
304
  readonly description: "Class applied to the displayed radio button";
305
305
  };
306
306
  readonly RadioInput: {
@@ -35,13 +35,15 @@ export interface ButtonProps extends ViewProps, FlexContainerStyleProps {
35
35
  /**
36
36
  * @description
37
37
  * Changes the size of the button.
38
- * @default "medium"
38
+ * @default
39
+ * "medium"
39
40
  */
40
41
  size?: ButtonSizes;
41
42
  /**
42
43
  * @description
43
44
  * Changes the button type
44
- * @default "button"
45
+ * @default
46
+ * "button"
45
47
  */
46
48
  type?: ButtonTypes;
47
49
  /**
@@ -9,7 +9,8 @@ export interface CheckboxProps extends FlexProps, InputProps {
9
9
  label: FieldProps['label'];
10
10
  /**
11
11
  * Visually hide label (not recommended in most cases)
12
- * @default false
12
+ * @default
13
+ * false
13
14
  */
14
15
  labelHidden?: boolean;
15
16
  /**
@@ -24,7 +25,8 @@ export interface CheckboxProps extends FlexProps, InputProps {
24
25
  /**
25
26
  * @description
26
27
  * Sets the position of label in relation to the CheckboxField,
27
- * @default "start"
28
+ * @default
29
+ * "start"
28
30
  */
29
31
  labelPosition?: LabelPositions;
30
32
  }
@@ -6,7 +6,8 @@ export interface CollectionWrapperProps extends BaseStyleProps {
6
6
  /**
7
7
  * @description
8
8
  * Collection type. This will be used to determine collection wrapper component.
9
- * @default 'list'
9
+ * @default
10
+ * 'list'
10
11
  */
11
12
  type?: CollectionType;
12
13
  /**
@@ -32,7 +33,8 @@ export interface CollectionWrapperProps extends BaseStyleProps {
32
33
  /**
33
34
  * @description
34
35
  * Search field label
35
- * @default "Search"
36
+ * @default
37
+ * "Search"
36
38
  */
37
39
  searchLabel?: string;
38
40
  /**
@@ -47,6 +49,11 @@ export interface CollectionBaseProps<Item> {
47
49
  * The items from a data source that will be mapped by the Collection component
48
50
  */
49
51
  items: Array<Item>;
52
+ /**
53
+ * @description
54
+ * The component to be repeated
55
+ * Same interface as Array.prototype.map
56
+ */
50
57
  children: (item: Item, index: number) => JSX.Element;
51
58
  }
52
59
  export declare type ListCollectionProps<Item> = FlexProps & CollectionBaseProps<Item>;
@@ -6,13 +6,15 @@ export interface DividerOptions {
6
6
  /**
7
7
  * @description
8
8
  * Controls whether the divider is oriented horizontally or vertically.
9
- * @default "horizontal"
9
+ * @default
10
+ * "horizontal"
10
11
  */
11
12
  orientation?: DividerOrientations;
12
13
  /**
13
14
  * @description
14
15
  * Size of the divider (height for a horizontal divider, width for vertical)
15
- * @default "small"
16
+ * @default
17
+ * "small"
16
18
  */
17
19
  size?: DividerSizes;
18
20
  /**
@@ -25,7 +25,8 @@ export interface FieldProps {
25
25
  /**
26
26
  * @description
27
27
  * Visually hide label (not recommended in most cases)
28
- * @default false
28
+ * @default
29
+ * false
29
30
  */
30
31
  labelHidden?: boolean;
31
32
  }
@@ -29,7 +29,7 @@ export interface FlexItemStyleProps {
29
29
  flex?: ResponsiveStyle<Property.Flex>;
30
30
  /**
31
31
  * @description
32
- * Controls order flex items appear
32
+ * Sets the order to lay out an item in a flex or grid container.
33
33
  */
34
34
  order?: ResponsiveStyle<Property.Order>;
35
35
  /**
@@ -3,22 +3,106 @@ import { ResponsiveStyle, CSSLayoutStyleProps } from './style';
3
3
  import { ViewProps } from './view';
4
4
  export declare type GridSpanType = number | string | 'auto';
5
5
  export interface GridContainerStyleProps extends CSSLayoutStyleProps {
6
+ /**
7
+ * @description
8
+ * Specifies the size of an implicitly-created grid column track or pattern of tracks.
9
+ * @see
10
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns)
11
+ */
6
12
  autoColumns?: ResponsiveStyle<Property.GridAutoColumns>;
13
+ /**
14
+ * @description
15
+ * Controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.
16
+ * @see
17
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow)
18
+ */
7
19
  autoFlow?: ResponsiveStyle<Property.GridAutoFlow>;
20
+ /**
21
+ * @description
22
+ * Specifies the size of an implicitly-created grid row track or pattern of tracks.
23
+ * @see
24
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows)
25
+ */
8
26
  autoRows?: ResponsiveStyle<Property.GridAutoRows>;
27
+ /**
28
+ * @description
29
+ * specifies named grid areas, establishing the cells in the grid and assigning them names.
30
+ * @see
31
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-areas)
32
+ */
9
33
  templateAreas?: ResponsiveStyle<Property.GridTemplateAreas>;
34
+ /**
35
+ * @description
36
+ * Defines the line names and track sizing functions of the grid columns.
37
+ * @see
38
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns)
39
+ */
10
40
  templateColumns?: ResponsiveStyle<Property.GridTemplateColumns>;
41
+ /**
42
+ * @description
43
+ * Defines the line names and track sizing functions of the grid rows.
44
+ * @see
45
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows)
46
+ */
11
47
  templateRows?: ResponsiveStyle<Property.GridTemplateRows>;
12
48
  }
13
49
  export interface GridItemStyleProps {
50
+ /**
51
+ * @description
52
+ * Specifies a grid item's size and location within a grid by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.
53
+ * @see
54
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-area)
55
+ */
14
56
  area?: ResponsiveStyle<Property.GridArea>;
57
+ /**
58
+ * @description
59
+ * Specifies a grid item's size and location within a grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area.
60
+ * @see
61
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column)
62
+ */
15
63
  column?: ResponsiveStyle<Property.GridColumn>;
64
+ /**
65
+ * @description
66
+ * Specifies a grid item's end position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the block-end edge of its grid area.
67
+ * @see
68
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end)
69
+ */
16
70
  columnEnd?: ResponsiveStyle<Property.GridColumnEnd>;
71
+ /**
72
+ * @description
73
+ * Makes it possible for an element to span across all columns when its value is set to all.
74
+ * @see
75
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/column-span)
76
+ */
17
77
  columnSpan?: ResponsiveStyle<GridSpanType>;
78
+ /**
79
+ * @description
80
+ * Specifies a grid item's start position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement. This start position defines the block-start edge of the grid area.
81
+ * @see
82
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start)
83
+ */
18
84
  columnStart?: ResponsiveStyle<Property.GridColumnStart>;
85
+ /**
86
+ * @description
87
+ * Specifies a grid item's size and location within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area.
88
+ * @see
89
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row)
90
+ */
19
91
  row?: ResponsiveStyle<Property.GridRow>;
92
+ /**
93
+ * @description
94
+ * Specifies a grid item's end position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-end edge of its grid area.
95
+ * @see
96
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end)
97
+ */
20
98
  rowEnd?: ResponsiveStyle<Property.GridRowEnd>;
21
99
  rowSpan?: ResponsiveStyle<GridSpanType>;
100
+ /**
101
+ * @description
102
+ * Specifies a grid item's start position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start edge of its grid area.
103
+ * @see
104
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start)
105
+ */
22
106
  rowStart?: ResponsiveStyle<Property.GridRowStart>;
23
107
  }
24
108
  export interface GridProps extends GridContainerStyleProps, ViewProps {
@@ -2,18 +2,19 @@ import { Property } from 'csstype';
2
2
  import { ViewProps } from './view';
3
3
  import { Sizes } from './base';
4
4
  import * as React from 'react';
5
- export interface ViewBox {
5
+ export declare type ViewBox = {
6
6
  minX?: number;
7
7
  minY?: number;
8
8
  width?: number;
9
9
  height?: number;
10
- }
10
+ };
11
11
  export declare type IconSize = Sizes;
12
12
  export interface IconProps extends ViewProps {
13
13
  /**
14
14
  * @description
15
15
  * This defines the shape of the <path> SVG element(the 'd' attribute).
16
- * @see [MDN](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path)
16
+ * @see
17
+ *[MDN](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path)
17
18
  */
18
19
  pathData?: string;
19
20
  /**
@@ -24,14 +25,15 @@ export interface IconProps extends ViewProps {
24
25
  /**
25
26
  * @description
26
27
  * This defines the position and dimension, in user space, of an SVG viewport.
27
- * @see [MDN](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox)
28
+ * @see
29
+ *[MDN](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox)
28
30
  */
29
31
  viewBox?: ViewBox;
30
32
  /**
31
33
  * @description
32
- * By default this will be "currentColor" to match what is generally expected
33
- * of icons (they inherit their color from current font color).
34
- * @see [MDN](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill)
34
+ * By default this will be "currentColor" to match what is generally expected of icons (they inherit their color from current font color).
35
+ * @see
36
+ *[MDN](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill)
35
37
  */
36
38
  fill?: Property.Color;
37
39
  /**
@@ -45,5 +47,5 @@ export interface IconProps extends ViewProps {
45
47
  * Optionally pass an array of path-like objects which
46
48
  * the icon will map to <path> elements.
47
49
  */
48
- paths?: Array<React.SVGAttributes<SVGPathElement>>;
50
+ paths?: React.SVGAttributes<SVGPathElement>[];
49
51
  }
@@ -17,35 +17,38 @@ export interface ImageStyleProps {
17
17
  export interface ImageOptions extends ImageStyleProps {
18
18
  /**
19
19
  * @description
20
- * Alternative text description of the image (required)
21
- * @see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-alt)
20
+ * Alternative text description of the image (required).
21
+ * @see
22
+ *[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-alt)
22
23
  */
23
24
  alt: React.ImgHTMLAttributes<HTMLImageElement>['alt'];
24
25
  /**
25
26
  * @description
26
- * Set of image source sizes
27
- * @see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)
27
+ * Set of image source sizes.
28
+ * @see
29
+ *[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)
28
30
  */
29
31
  sizes?: React.ImgHTMLAttributes<HTMLImageElement>['sizes'];
30
32
  /**
31
33
  * @description
32
- * URl source for image (required)
34
+ * URl source for image (required).
33
35
  */
34
36
  src: React.ImgHTMLAttributes<HTMLImageElement>['src'];
35
37
  /**
36
38
  * @description
37
- * Possible image sources for the browser to use
38
- * @see [MND](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)
39
+ * Possible image sources for the browser to use.
40
+ * @see
41
+ *[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)
39
42
  */
40
43
  srcSet?: React.ImgHTMLAttributes<HTMLImageElement>['srcSet'];
41
44
  /**
42
45
  * @description
43
- * Handles loading event on image
46
+ * Handles loading event on image.
44
47
  */
45
48
  onLoad?(event: React.SyntheticEvent<HTMLImageElement, Event>): void;
46
49
  /**
47
50
  * @description
48
- * Handles error events on image
51
+ * Handles error events on image.
49
52
  */
50
53
  onError?(error: string | React.SyntheticEvent<HTMLImageElement, Event>): void;
51
54
  }
@@ -7,53 +7,58 @@ export declare type InputSizes = Sizes;
7
7
  export interface InputProps extends ViewProps {
8
8
  /**
9
9
  * @description
10
- * Specifies permissions for browser UA to autocomplete field
11
- * @see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete)
10
+ * Specifies permissions for browser UA to autocomplete field.
11
+ * @see
12
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete)
12
13
  */
13
14
  autoComplete?: string;
14
15
  /**
15
16
  * @description
16
- * If checked is provided, this will be a controlled checkbox or radio
17
+ * If checked is provided, this will be a controlled checkbox or radio.
17
18
  */
18
19
  checked?: boolean;
19
20
  /**
20
21
  * @description
21
- * Use this to initialize an uncontrolled checkbox or radio
22
+ * Use this to initialize an uncontrolled checkbox or radio.
22
23
  */
23
24
  defaultChecked?: boolean;
24
25
  /**
25
26
  * @description
26
- * Use this to provide a default value for an uncontrolled field
27
+ * Use this to provide a default value for an uncontrolled field.
27
28
  */
28
29
  defaultValue?: React.AllHTMLAttributes<'input'>['defaultValue'];
29
30
  /**
30
31
  * @description
31
- * Indicates that Field is in error state
32
+ * Indicates that Field is in error state.
32
33
  */
33
34
  hasError?: boolean;
34
35
  /**
35
36
  * @description
36
- * Provides hint for virtual keyboard shown
37
- * @see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)
37
+ * Provides hint for virtual keyboard shown.
38
+ * @see
39
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)
38
40
  * @default: "text"
39
41
  */
40
42
  inputMode?: InputMode;
41
43
  /**
42
44
  * @description
43
- * Determines whether field should be disabled
44
- * @default false
45
+ * Determines whether field should be disabled.
46
+ * @default
47
+ * false
45
48
  */
46
49
  isDisabled?: boolean;
47
50
  /**
48
51
  * @description
49
- * Determines whether field should be immutable
50
- * @see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-readonly)
51
- * @default false
52
+ * Determines whether field should be immutable.
53
+ * @see
54
+ *[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-readonly)
55
+ * @default
56
+ * false
52
57
  */
53
58
  isReadOnly?: boolean;
54
59
  /**
55
60
  * @description
56
- * Whether field should be marked required
61
+ * Whether field should be marked required.
57
62
  */
58
63
  isRequired?: boolean;
59
64
  /**
@@ -63,10 +68,7 @@ export interface InputProps extends ViewProps {
63
68
  name?: string;
64
69
  /**
65
70
  * @description
66
- * Placeholder text shown when field is empty
67
- * Accessibility tip: avoid putting important instructions for
68
- * filling out the TextField in the placeholder. Use descriptiveText
69
- * for important instructions
71
+ * Placeholder text shown when field is empty Accessibility tip: avoid putting important instructions for filling out the TextField in the placeholder. Use descriptiveText for important instructions.
70
72
  */
71
73
  placeholder?: string;
72
74
  /**
@@ -76,17 +78,17 @@ export interface InputProps extends ViewProps {
76
78
  size?: InputSizes;
77
79
  /**
78
80
  * @description
79
- * Input field type
81
+ * Input field type.
80
82
  */
81
83
  type?: React.HTMLInputTypeAttribute;
82
84
  /**
83
85
  * @description
84
- * If value is provided, this will be a controlled field
86
+ * If value is provided, this will be a controlled field.
85
87
  */
86
88
  value?: React.AllHTMLAttributes<'input'>['value'];
87
89
  /**
88
90
  * @description
89
- * Variants
91
+ * Variants.
90
92
  */
91
93
  variation?: FieldVariations;
92
94
  }
@@ -17,6 +17,13 @@ export interface LinkOptions {
17
17
  * A string representation of the URL path
18
18
  */
19
19
  to?: string;
20
+ /**
21
+ * @description
22
+ * a stringifier that returns a string containing the whole URL, and allows the href to be updated.
23
+ * @see
24
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement/href)
25
+ */
26
+ href?: string;
20
27
  }
21
28
  export interface LinkProps extends ViewProps, LinkOptions {
22
29
  }