@aws-amplify/ui-react 4.5.1 → 4.6.0

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 (33) hide show
  1. package/dist/Field-1dd46eaa.js +1 -0
  2. package/dist/esm/components/AccountSettings/ChangePassword/ChangePassword.mjs +1 -1
  3. package/dist/esm/components/AccountSettings/DeleteUser/DeleteUser.mjs +1 -1
  4. package/dist/esm/hooks/useThemeBreakpoint.mjs +1 -0
  5. package/dist/esm/internal.mjs +1 -1
  6. package/dist/esm/primitives/CheckboxField/CheckboxField.mjs +1 -1
  7. package/dist/esm/primitives/Field/Field.mjs +1 -0
  8. package/dist/esm/primitives/RadioGroupField/RadioGroupField.mjs +1 -1
  9. package/dist/esm/primitives/SearchField/SearchField.mjs +1 -1
  10. package/dist/esm/primitives/SelectField/SelectField.mjs +1 -1
  11. package/dist/esm/primitives/SliderField/SliderField.mjs +1 -1
  12. package/dist/esm/primitives/StepperField/StepperField.mjs +1 -1
  13. package/dist/esm/primitives/SwitchField/SwitchField.mjs +1 -1
  14. package/dist/esm/primitives/TextAreaField/TextAreaField.mjs +1 -1
  15. package/dist/esm/primitives/TextField/TextField.mjs +1 -1
  16. package/dist/esm/version.mjs +1 -1
  17. package/dist/index.js +1 -1
  18. package/dist/internal.js +1 -1
  19. package/dist/styles.css +402 -1
  20. package/dist/types/hooks/useThemeBreakpoint.d.ts +2 -0
  21. package/dist/types/internal.d.ts +4 -1
  22. package/dist/types/primitives/Alert/AlertIcon.d.ts +3 -0
  23. package/dist/types/primitives/Field/Field.d.ts +6 -0
  24. package/dist/types/primitives/Field/index.d.ts +1 -0
  25. package/dist/types/primitives/PhoneNumberField/CountryCodeSelect.d.ts +1 -1
  26. package/dist/types/primitives/Rating/Rating.d.ts +1 -1
  27. package/dist/types/primitives/Select/Select.d.ts +1 -1
  28. package/dist/types/primitives/SelectField/SelectField.d.ts +1 -1
  29. package/dist/types/primitives/View/View.d.ts +2 -2
  30. package/dist/types/primitives/shared/responsive/utils.d.ts +1 -1
  31. package/dist/types/version.d.ts +1 -1
  32. package/package.json +3 -3
  33. package/dist/constants-4b28bdd3.js +0 -1
@@ -3,4 +3,4 @@ import { RatingProps } from '../types';
3
3
  /**
4
4
  * [📖 Docs](https://ui.docs.amplify.aws/react/components/rating)
5
5
  */
6
- export declare const Rating: React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<RatingProps, React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<import("../types").FlexProps, "div">, "area" | "slot" | "title" | "isDisabled" | "id" | "className" | "testId" | "inert" | "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" | "order" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "row" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "direction" | "wrap" | "alignItems" | "alignContent" | "justifyContent" | "gap" | "columnGap" | "rowGap" | "as" | "style" | "onLoad" | "onError" | "onClick" | "onSubmit" | "onChange" | "onSelect" | "onBlur" | "inlist" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "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>>>, "area" | "slot" | "title" | "isDisabled" | "id" | "className" | "testId" | "inert" | "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" | "order" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "row" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "direction" | "wrap" | "alignItems" | "alignContent" | "justifyContent" | "gap" | "columnGap" | "rowGap" | "size" | "value" | "as" | "emptyColor" | "fillColor" | "maxValue" | "style" | "onLoad" | "onError" | "onClick" | "onSubmit" | "onChange" | "onSelect" | "onBlur" | "icon" | "emptyIcon" | "inlist" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "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>>;
6
+ export declare const Rating: React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<RatingProps, React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<import("../types").FlexProps, "div">, "area" | "slot" | "title" | "isDisabled" | "id" | "className" | "testId" | "inert" | "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" | "order" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "row" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "direction" | "wrap" | "alignItems" | "alignContent" | "justifyContent" | "gap" | "columnGap" | "rowGap" | "as" | "style" | "onLoad" | "onError" | "onClick" | "onSubmit" | "onChange" | "onSelect" | "onBlur" | "inlist" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "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>>>, "area" | "slot" | "title" | "isDisabled" | "id" | "className" | "testId" | "inert" | "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" | "order" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "row" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "direction" | "wrap" | "alignItems" | "alignContent" | "justifyContent" | "gap" | "columnGap" | "rowGap" | "size" | "value" | "as" | "emptyColor" | "fillColor" | "maxValue" | "icon" | "style" | "onLoad" | "onError" | "onClick" | "onSubmit" | "onChange" | "onSelect" | "onBlur" | "emptyIcon" | "inlist" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "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>>;
@@ -1,3 +1,3 @@
1
1
  import * as React from 'react';
2
2
  import { SelectProps } from '../types/select';
3
- export declare const Select: React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<SelectProps, "select">, "area" | "slot" | "title" | "isDisabled" | "id" | "className" | "testId" | "inert" | "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" | "order" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "row" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "variation" | "form" | "required" | "autoComplete" | "autoFocus" | "disabled" | "multiple" | "name" | "size" | "value" | "hasError" | "isRequired" | "as" | "iconColor" | "style" | "onLoad" | "onError" | "onClick" | "onSubmit" | "onChange" | "onSelect" | "onBlur" | "icon" | "inlist" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "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<HTMLSelectElement>>;
3
+ export declare const Select: React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<SelectProps, "select">, "area" | "slot" | "title" | "isDisabled" | "id" | "className" | "testId" | "inert" | "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" | "order" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "row" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "variation" | "form" | "required" | "autoComplete" | "autoFocus" | "disabled" | "multiple" | "name" | "size" | "value" | "hasError" | "isRequired" | "as" | "iconColor" | "icon" | "style" | "onLoad" | "onError" | "onClick" | "onSubmit" | "onChange" | "onSelect" | "onBlur" | "inlist" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "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<HTMLSelectElement>>;
@@ -3,4 +3,4 @@ import { SelectFieldProps } from '../types';
3
3
  /**
4
4
  * [📖 Docs](https://ui.docs.amplify.aws/react/components/selectfield)
5
5
  */
6
- export declare const SelectField: React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<SelectFieldProps, "select">, "area" | "slot" | "title" | "isDisabled" | "id" | "className" | "testId" | "inert" | "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" | "order" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "row" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "direction" | "wrap" | "alignItems" | "alignContent" | "justifyContent" | "gap" | "columnGap" | "rowGap" | "variation" | "form" | "label" | "required" | "autoComplete" | "autoFocus" | "disabled" | "multiple" | "name" | "size" | "value" | "labelHidden" | "descriptiveText" | "errorMessage" | "hasError" | "isRequired" | "as" | "iconColor" | "style" | "onLoad" | "onError" | "onClick" | "inputStyles" | "onSubmit" | "onChange" | "options" | "onSelect" | "onBlur" | "icon" | "inlist" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "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<HTMLSelectElement>>;
6
+ export declare const SelectField: React.ForwardRefExoticComponent<Pick<import("../types").PrimitivePropsWithRef<SelectFieldProps, "select">, "area" | "slot" | "title" | "isDisabled" | "id" | "className" | "testId" | "inert" | "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" | "order" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "row" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "direction" | "wrap" | "alignItems" | "alignContent" | "justifyContent" | "gap" | "columnGap" | "rowGap" | "variation" | "form" | "label" | "required" | "autoComplete" | "autoFocus" | "disabled" | "multiple" | "name" | "size" | "value" | "labelHidden" | "descriptiveText" | "errorMessage" | "hasError" | "isRequired" | "as" | "iconColor" | "icon" | "style" | "onLoad" | "onError" | "onClick" | "inputStyles" | "onSubmit" | "onChange" | "options" | "onSelect" | "onBlur" | "inlist" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "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<HTMLSelectElement>>;
@@ -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 | undefined;
8
8
  } & Omit<Omit<any, "ref">, "area" | "isDisabled" | "id" | "className" | "testId" | "inert" | "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" | "order" | "grow" | "shrink" | "basis" | "column" | "columnEnd" | "columnSpan" | "columnStart" | "row" | "rowEnd" | "rowSpan" | "rowStart" | "ariaLabel" | "ariaValuetext" | "role" | "as" | "style"> & {
9
- ref?: React.Ref<HTMLImageElement | HTMLElement | HTMLButtonElement | HTMLInputElement | SVGPathElement | SVGElement | HTMLSelectElement | SVGSymbolElement | HTMLObjectElement | HTMLAreaElement | HTMLSlotElement | HTMLTitleElement | HTMLFormElement | HTMLLabelElement | SVGPatternElement | SVGClipPathElement | SVGFilterElement | SVGMaskElement | HTMLLinkElement | HTMLTrackElement | HTMLMapElement | HTMLTimeElement | HTMLDialogElement | HTMLOptionElement | SVGSwitchElement | HTMLTableElement | HTMLStyleElement | SVGTextElement | SVGImageElement | HTMLAnchorElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDivElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadingElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLIElement | HTMLMetaElement | HTMLMeterElement | HTMLOListElement | HTMLOptGroupElement | HTMLOutputElement | HTMLParagraphElement | HTMLParamElement | HTMLPreElement | HTMLProgressElement | HTMLScriptElement | HTMLSourceElement | HTMLSpanElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableDataCellElement | HTMLTextAreaElement | HTMLTableHeaderCellElement | HTMLTableRowElement | HTMLUListElement | HTMLVideoElement | HTMLWebViewElement | SVGSVGElement | SVGCircleElement | 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 | SVGLineElement | SVGLinearGradientElement | SVGMarkerElement | SVGMetadataElement | SVGPolygonElement | SVGPolylineElement | SVGRadialGradientElement | SVGRectElement | SVGStopElement | SVGTextPathElement | SVGTSpanElement | SVGUseElement | SVGViewElement> | undefined;
10
- }, string | number | symbol> & React.RefAttributes<HTMLImageElement | HTMLElement | HTMLButtonElement | HTMLInputElement | SVGPathElement | SVGElement | HTMLSelectElement | SVGSymbolElement | HTMLObjectElement | HTMLAreaElement | HTMLSlotElement | HTMLTitleElement | HTMLFormElement | HTMLLabelElement | SVGPatternElement | SVGClipPathElement | SVGFilterElement | SVGMaskElement | HTMLLinkElement | HTMLTrackElement | HTMLMapElement | HTMLTimeElement | HTMLDialogElement | HTMLOptionElement | SVGSwitchElement | HTMLTableElement | HTMLStyleElement | SVGTextElement | SVGImageElement | HTMLAnchorElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDivElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadingElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLIElement | HTMLMetaElement | HTMLMeterElement | HTMLOListElement | HTMLOptGroupElement | HTMLOutputElement | HTMLParagraphElement | HTMLParamElement | HTMLPreElement | HTMLProgressElement | HTMLScriptElement | HTMLSourceElement | HTMLSpanElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableDataCellElement | HTMLTextAreaElement | HTMLTableHeaderCellElement | HTMLTableRowElement | HTMLUListElement | HTMLVideoElement | HTMLWebViewElement | SVGSVGElement | SVGCircleElement | 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 | SVGLineElement | SVGLinearGradientElement | SVGMarkerElement | SVGMetadataElement | SVGPolygonElement | SVGPolylineElement | SVGRadialGradientElement | SVGRectElement | SVGStopElement | SVGTextPathElement | SVGTSpanElement | SVGUseElement | SVGViewElement>>;
9
+ ref?: React.Ref<HTMLFormElement | HTMLElement | HTMLImageElement | HTMLButtonElement | HTMLInputElement | SVGPathElement | SVGElement | HTMLSelectElement | SVGSymbolElement | HTMLObjectElement | HTMLAreaElement | HTMLSlotElement | HTMLTitleElement | HTMLLabelElement | SVGPatternElement | SVGClipPathElement | SVGFilterElement | SVGMaskElement | HTMLLinkElement | HTMLTrackElement | HTMLMapElement | HTMLBaseElement | HTMLTimeElement | SVGImageElement | HTMLTableElement | SVGTextElement | SVGSVGElement | HTMLDialogElement | HTMLOptionElement | HTMLBodyElement | HTMLHeadElement | HTMLDataElement | SVGSwitchElement | HTMLStyleElement | HTMLAnchorElement | HTMLAudioElement | HTMLQuoteElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDivElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadingElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLIElement | HTMLMetaElement | HTMLMeterElement | HTMLOListElement | HTMLOptGroupElement | HTMLOutputElement | HTMLParagraphElement | HTMLParamElement | HTMLPreElement | HTMLProgressElement | HTMLScriptElement | HTMLSourceElement | HTMLSpanElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableDataCellElement | HTMLTextAreaElement | HTMLTableHeaderCellElement | HTMLTableRowElement | HTMLUListElement | HTMLVideoElement | HTMLWebViewElement | SVGCircleElement | 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 | SVGLineElement | SVGLinearGradientElement | SVGMarkerElement | SVGMetadataElement | SVGPolygonElement | SVGPolylineElement | SVGRadialGradientElement | SVGRectElement | SVGStopElement | SVGTextPathElement | SVGTSpanElement | SVGUseElement | SVGViewElement> | undefined;
10
+ }, string | number | symbol> & React.RefAttributes<HTMLFormElement | HTMLElement | HTMLImageElement | HTMLButtonElement | HTMLInputElement | SVGPathElement | SVGElement | HTMLSelectElement | SVGSymbolElement | HTMLObjectElement | HTMLAreaElement | HTMLSlotElement | HTMLTitleElement | HTMLLabelElement | SVGPatternElement | SVGClipPathElement | SVGFilterElement | SVGMaskElement | HTMLLinkElement | HTMLTrackElement | HTMLMapElement | HTMLBaseElement | HTMLTimeElement | SVGImageElement | HTMLTableElement | SVGTextElement | SVGSVGElement | HTMLDialogElement | HTMLOptionElement | HTMLBodyElement | HTMLHeadElement | HTMLDataElement | SVGSwitchElement | HTMLStyleElement | HTMLAnchorElement | HTMLAudioElement | HTMLQuoteElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDivElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadingElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLIElement | HTMLMetaElement | HTMLMeterElement | HTMLOListElement | HTMLOptGroupElement | HTMLOutputElement | HTMLParagraphElement | HTMLParamElement | HTMLPreElement | HTMLProgressElement | HTMLScriptElement | HTMLSourceElement | HTMLSpanElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableDataCellElement | HTMLTextAreaElement | HTMLTableHeaderCellElement | HTMLTableRowElement | HTMLUListElement | HTMLVideoElement | HTMLWebViewElement | SVGCircleElement | 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 | SVGLineElement | SVGLinearGradientElement | SVGMarkerElement | SVGMetadataElement | SVGPolygonElement | SVGPolylineElement | SVGRadialGradientElement | SVGRectElement | SVGStopElement | SVGTextPathElement | SVGTSpanElement | SVGUseElement | SVGViewElement>>;
@@ -1,6 +1,6 @@
1
1
  import { Breakpoint, Breakpoints, ValueBreakpoints } from '../../types/responsive';
2
2
  export declare const getValueAtCurrentBreakpoint: <Value = string | number>({ breakpoint, breakpoints, values, }: {
3
- values: Partial<Record<"small" | "medium" | "large" | "xl" | "xxl" | "base", Value>> | Value[];
3
+ values: Partial<Record<"small" | "base" | "medium" | "large" | "xl" | "xxl", Value>> | Value[];
4
4
  breakpoint: Breakpoint;
5
5
  breakpoints: Breakpoints;
6
6
  }) => string | number | Value | null;
@@ -1 +1 @@
1
- export declare const VERSION = "4.5.1";
1
+ export declare const VERSION = "4.6.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react",
3
- "version": "4.5.1",
3
+ "version": "4.6.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -47,8 +47,8 @@
47
47
  "typecheck": "tsc --noEmit"
48
48
  },
49
49
  "dependencies": {
50
- "@aws-amplify/ui": "5.5.10",
51
- "@aws-amplify/ui-react-core": "2.1.18",
50
+ "@aws-amplify/ui": "5.6.0",
51
+ "@aws-amplify/ui-react-core": "2.1.19",
52
52
  "@radix-ui/react-accordion": "1.0.0",
53
53
  "@radix-ui/react-direction": "1.0.0",
54
54
  "@radix-ui/react-dropdown-menu": "1.0.0",
@@ -1 +0,0 @@
1
- "use strict";var e=require("tslib"),a=require("react"),t=require("@aws-amplify/core"),o=require("aws-amplify"),n=require("classnames"),s=require("@aws-amplify/ui");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function i(e){if(e&&e.__esModule)return e;var a=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(a,t,o.get?o:{enumerable:!0,get:function(){return e[t]}})}})),a.default=e,Object.freeze(a)}var r=i(a),p=l(n);const m={Alert:{className:s.ComponentClassName.Alert,components:["Alert"],description:"Top level element that wraps the Alert primitive"},AlertIcon:{className:s.ComponentClassName.AlertIcon,components:["Alert"],description:"Class applied to Icon component within the Alert primitive"},AlertHeading:{className:s.ComponentClassName.AlertHeading,components:["Alert"],description:"Class applied to the heading View"},AlertBody:{className:s.ComponentClassName.AlertBody,components:["Alert"],description:"Class applied to the body View"},AlertDismiss:{className:s.ComponentClassName.AlertDismiss,components:["Alert"],description:"Class applied to the close Button"},Autocomplete:{className:s.ComponentClassName.Autocomplete,components:["Autocomplete"],description:"Top level element that wraps the Autocomplete primitive"},AutocompleteMenu:{className:s.ComponentClassName.AutocompleteMenu,components:["Autocomplete"],description:"Top level element that wraps the dropdown menu"},AutocompleteMenuEmpty:{className:s.ComponentClassName.AutocompleteMenuEmpty,components:["Autocomplete"],description:"Class applied to the no options slot of menu"},AutocompleteMenuFooter:{className:s.ComponentClassName.AutocompleteMenuFooter,components:["Autocomplete"],description:"Class applied to menu footer"},AutocompleteMenuHeader:{className:s.ComponentClassName.AutocompleteMenuHeader,components:["Autocomplete"],description:"Class applied to menu header"},AutocompleteMenuLoading:{className:s.ComponentClassName.AutocompleteMenuLoading,components:["Autocomplete"],description:"Class applied to the loading slot of menu"},AutocompleteMenuOption:{className:s.ComponentClassName.AutocompleteMenuOption,components:["Autocomplete"],description:"Class applied to each li option"},AutocompleteMenuOptions:{className:s.ComponentClassName.AutocompleteMenuOptions,components:["Autocomplete"],description:"Class applied to ul container element"},Badge:{className:s.ComponentClassName.Badge,components:["Badge"],description:"Top level element that wraps the Badge component"},Button:{className:s.ComponentClassName.Button,components:["Button"],description:"Top level element that wraps the Button primitive"},ButtonGroup:{className:s.ComponentClassName.ButtonGroup},ButtonLoaderWrapper:{className:s.ComponentClassName.ButtonLoaderWrapper,components:["Button"],description:"Class applied to the Loader component within the Button Loading state"},Card:{className:s.ComponentClassName.Card,components:["Card"],description:"Top level element that wraps the Card primitive"},Checkbox:{className:s.ComponentClassName.Checkbox,components:["Checkbox"],description:"Top level element that wraps the Checkbox primitive"},CheckboxButton:{className:s.ComponentClassName.CheckboxButton,components:["Checkbox"],description:"Wrapper for the checked icon within the Checkbox primitive"},CheckboxIcon:{className:s.ComponentClassName.CheckboxIcon,components:["Checkbox"],description:"Class applied to the checked icon within the Checkbox primitive"},CheckboxInput:{className:s.ComponentClassName.CheckboxInput,components:["Checkbox"],description:"Class applied to the visually hidden checkbox input within the Checkbox primitive"},CheckboxLabel:{className:s.ComponentClassName.CheckboxLabel,components:["Checkbox"],description:"Class applied to the label within the Checkbox primitive"},CheckboxField:{className:s.ComponentClassName.CheckboxField,components:["CheckboxField"],description:"Top level element that wraps the CheckboxField primitive"},Collection:{className:s.ComponentClassName.Collection,components:["Collection"],description:"Top level element that wraps the Collection primitive"},CollectionItems:{className:s.ComponentClassName.CollectionItems,components:["Collection"],description:"Class applied to the element that wraps all the items in a collection"},CollectionSearch:{className:s.ComponentClassName.CollectionSearch,components:["Collection"],description:"Class applied to the element that wraps the collection search box"},CollectionPagination:{className:s.ComponentClassName.CollectionPagination,components:["Collection"],description:"Class applied to the element that wraps the pagination component in a collection"},CountryCodeSelect:{className:s.ComponentClassName.CountryCodeSelect,components:["PhoneNumberField"],description:"Class applied to the Dial Code Select within the PhoneNumberField primitive"},DialCodeSelect:{className:s.ComponentClassName.DialCodeSelect,components:["PhoneNumberField"],description:"Class applied to the Dial Code Select within the PhoneNumberField primitive"},Divider:{className:s.ComponentClassName.Divider,components:["Divider"],description:"Top level element that wraps the Divider primitive"},DividerLabel:{className:s.ComponentClassName.DividerLabel,components:["Divider"],description:"Class applied to the label of the Divider component"},Expander:{className:s.ComponentClassName.Expander,components:["Expander"],description:"Top level element that wraps the Expander primitive"},ExpanderContent:{className:s.ComponentClassName.ExpanderContent,components:["Expander"],description:"Expander content container"},ExpanderContentText:{className:s.ComponentClassName.ExpanderContentText,components:["Expander"],description:"Expander content text"},ExpanderHeader:{className:s.ComponentClassName.ExpanderHeader,components:["Expander"],description:"Expander item header"},ExpanderIcon:{className:s.ComponentClassName.ExpanderIcon,components:["Expander"],description:"Icon to indicate whether an item is expanded or collapsed"},ExpanderItem:{className:s.ComponentClassName.ExpanderItem,components:["Expander"],description:"Expander item(containier for header, trigger, and content)"},ExpanderTrigger:{className:s.ComponentClassName.ExpanderTrigger,components:["Expander"],description:"Expander item trigger(button)"},Field:{className:s.ComponentClassName.Field},FieldDescription:{className:s.ComponentClassName.FieldDescription},FieldErrorMessage:{className:s.ComponentClassName.FieldErrorMessage},FieldGroup:{className:s.ComponentClassName.FieldGroup},FieldGroupControl:{className:s.ComponentClassName.FieldGroupControl},FieldGroupOuterEnd:{className:s.ComponentClassName.FieldGroupOuterEnd},FieldGroupOuterStart:{className:s.ComponentClassName.FieldGroupOuterStart},FieldGroupInnerEnd:{className:s.ComponentClassName.FieldGroupInnerEnd},FieldGroupInnerStart:{className:s.ComponentClassName.FieldGroupInnerStart},FieldGroupIcon:{className:s.ComponentClassName.FieldGroupIcon},FieldGroupIconButton:{className:s.ComponentClassName.FieldGroupIconButton},FieldGroupHasInnerEnd:{className:s.ComponentClassName.FieldGroupHasInnerEnd},FieldGroupHasInnerStart:{className:s.ComponentClassName.FieldGroupHasInnerStart},FieldShowPassword:{className:s.ComponentClassName.FieldShowPassword},FieldGroupFieldWrapper:{className:s.ComponentClassName.FieldGroupFieldWrapper},FileUploaderDropZone:{className:s.ComponentClassName.FileUploaderDropZone,components:["FileUploader"]},FileUploaderDropZoneIcon:{className:s.ComponentClassName.FileUploaderDropZoneIcon,components:["FileUploader"]},FileUploaderDropZoneText:{className:s.ComponentClassName.FileUploaderDropZoneText,components:["FileUploader"]},FileUploaderDropZoneButton:{className:s.ComponentClassName.FileUploaderDropZoneButton,components:["FileUploader"]},FileUploaderFile:{className:s.ComponentClassName.FileUploaderFile,components:["FileUploader"]},FileUploaderFileWrapper:{className:s.ComponentClassName.FileUploaderFileWrapper,components:["FileUploader"]},FileUploaderFileName:{className:s.ComponentClassName.FileUploaderFileName,components:["FileUploader"]},FileUploaderLoader:{className:s.ComponentClassName.FileUploaderLoader,components:["FileUploader"]},FileUploaderFileSize:{className:s.ComponentClassName.FileUploaderFileSize,components:["FileUploader"]},FileUploaderFileInfo:{className:s.ComponentClassName.FileUploaderFileInfo,components:["FileUploader"]},FileUploaderFileImage:{className:s.ComponentClassName.FileUploaderFileImage,components:["FileUploader"]},FileUploaderFileMain:{className:s.ComponentClassName.FileUploaderFileMain,components:["FileUploader"]},FileUploaderFileStatus:{className:s.ComponentClassName.FileUploaderFileStatus,components:["FileUploader"]},FileUploaderPreviewer:{className:s.ComponentClassName.FileUploaderPreviewer,components:["FileUploader"]},FileUploaderPreviewerText:{className:s.ComponentClassName.FileUploaderPreviewerText,components:["FileUploader"]},FileUploaderPreviewerBody:{className:s.ComponentClassName.FileUploaderPreviewerBody,components:["FileUploader"]},FileUploaderPreviewerFooter:{className:s.ComponentClassName.FileUploaderPreviewerFooter,components:["FileUploader"]},FileUploaderPreviewerFooterActions:{className:s.ComponentClassName.FileUploaderPreviewerFooterActions,components:["FileUploader"]},Flex:{className:s.ComponentClassName.Flex,components:["Flex"],description:"Top level element that wraps the Flex primitive"},Grid:{className:s.ComponentClassName.Grid,components:["Grid"],description:"Top level element that wraps the Grid primitive"},Heading:{className:s.ComponentClassName.Heading,components:["Heading"],description:"Top level element that wraps the Heading primitive"},HighlightMatch:{className:s.ComponentClassName.HighlightMatch,components:["HighlightMatch"],description:"Top level element that wraps the HighlightMatch primitive"},HighlightMatchHighlighted:{className:s.ComponentClassName.HighlightMatchHighlighted,components:["HighlightMatch"],description:"Class applied to the highlighted text of the HighlightMatch primitive"},Icon:{className:s.ComponentClassName.Icon,components:["Icon"],description:"Top level element that wraps the Icon primitive"},Image:{className:s.ComponentClassName.Image,components:["Image"],description:"Top level element that wraps the Image primitive"},Input:{className:s.ComponentClassName.Input},Label:{className:s.ComponentClassName.Label},Link:{className:s.ComponentClassName.Link,components:["Link"],description:"Top level element that wraps the Link primitive"},Loader:{className:s.ComponentClassName.Loader,components:["Loader"],description:"Top level element that wraps the Loader primitive"},LoaderDeterminate:{className:s.ComponentClassName.LoaderDeterminate,components:["Loader"],description:"Class applied to a determinate loader"},LoaderPercentageText:{className:s.ComponentClassName.LoaderPercentageText,components:["Loader"],description:"Class applied to the percentage text of loader"},MenuContent:{className:s.ComponentClassName.MenuContent,components:["Menu"],description:"Menu content container (Flex)"},MenuContentWrapper:{className:s.ComponentClassName.MenuContentWrapper,components:["Menu"],description:"Menu content wrapper"},MenuItem:{className:s.ComponentClassName.MenuItem,components:["Menu"],description:"Menu item button (MenuButton, wrapped in amplify-menu-content class)"},MenuTrigger:{className:s.ComponentClassName.MenuTrigger,components:["Menu"],description:"Menu trigger button (MenuButton, not wrapped in amplify-menu-content class)"},Pagination:{className:s.ComponentClassName.Pagination,components:["Pagination"],description:"Top level element that wraps the Pagination primitive"},PaginationItemButton:{className:s.ComponentClassName.PaginationItemButton,components:["Pagination"],description:"Class applied to the pagination buttons"},PaginationItemCurrent:{className:s.ComponentClassName.PaginationItemCurrent,components:["Pagination"],description:"Class applied to the currently selected pagination button"},PaginationItemEllipsis:{className:s.ComponentClassName.PaginationItemEllipsis,components:["Pagination"],description:"Class applied to the ellipsis within the Pagination primitive"},PasswordField:{className:s.ComponentClassName.PasswordField,components:["PasswordField"],description:"Top level element that wraps the PasswordField primitive"},PhoneNumberField:{className:s.ComponentClassName.PhoneNumberField,components:["PhoneNumberField"],description:"Top level element that wraps the PhoneNumberField primitive"},Placeholder:{className:s.ComponentClassName.Placeholder,components:["Placeholder"],description:"Top level element that wraps the Placeholder primitive"},Radio:{className:s.ComponentClassName.Radio,components:["RadioGroupField","Radio"],description:"Top level element that wraps the Radio primitive"},RadioButton:{className:s.ComponentClassName.RadioButton,components:["RadioGroupField","Radio"],description:"Class applied to the displayed radio button"},RadioInput:{className:s.ComponentClassName.RadioInput,components:["RadioGroupField","Radio"],description:"Class applied to the visually hidden radio input"},RadioLabel:{className:s.ComponentClassName.RadioLabel,components:["RadioGroupField","Radio"],description:"Class applied to the radio label"},RadioGroupField:{className:s.ComponentClassName.RadioGroupField,components:["RadioGroupField"],description:"Top level element that wraps the RadioGroupField primitive"},RadioGroup:{className:s.ComponentClassName.RadioGroup,components:["RadioGroupField"],description:"Class applied to the radio group wrapper"},Rating:{className:s.ComponentClassName.Rating,components:["Rating"],description:"Top level element that wraps the Rating primitive"},ScrollView:{className:s.ComponentClassName.ScrollView,components:["ScrollView"],description:"Top level element that wraps the ScrollView primitive"},SearchField:{className:s.ComponentClassName.SearchField,components:["SearchField"],description:"Top level element that wraps the SearchField primitive"},SearchFieldClear:{className:s.ComponentClassName.SearchFieldClear,components:["SearchField"],description:"Class applied to the search field clear button"},SearchFieldSearch:{className:s.ComponentClassName.SearchFieldSearch,components:["SearchField"],description:"Class applied to the search button"},Select:{className:s.ComponentClassName.Select,components:["Select","SelectField"],description:"Class applied to the select element"},SelectField:{className:s.ComponentClassName.SelectField,components:["SelectField"],description:"Top level element that wraps the SelectField primitive"},SelectWrapper:{className:s.ComponentClassName.SelectWrapper,components:["Select","SelectField"],description:"Class applied to the select wrapper"},SelectIconWrapper:{className:s.ComponentClassName.SelectIconWrapper,components:["Select","SelectField"],description:"Class applied to the select icon wrapper"},SliderField:{className:s.ComponentClassName.SliderField,components:["SliderField"],description:"Top level element that wraps the SliderField primitive"},SliderFieldGroup:{className:s.ComponentClassName.SliderFieldGroup,components:["SliderField"],description:"Class applied to the element that wraps the slider root"},SliderFieldLabel:{className:s.ComponentClassName.SliderFieldLabel,components:["SliderField"],description:"Class applied to the slider label"},SliderFieldRange:{className:s.ComponentClassName.SliderFieldRange,components:["SliderField"],description:"Class applied to the filled in portion of the slider track"},SliderFieldRoot:{className:s.ComponentClassName.SliderFieldRoot,components:["SliderField"],description:"Class applied to the slider root which wraps the track and thumb"},SliderFieldThumb:{className:s.ComponentClassName.SliderFieldThumb,components:["SliderField"],description:"Class applied to the slider thumb"},SliderFieldTrack:{className:s.ComponentClassName.SliderFieldTrack,components:["SliderField"],description:"Class applied to the slider track"},StepperField:{className:s.ComponentClassName.StepperField,components:["StepperField"],description:"Top level element that wraps the StepperField primitive"},StepperFieldButtonDecrease:{className:s.ComponentClassName.StepperFieldButtonDecrease,components:["StepperField"],description:"Class applied to the decrease button"},StepperFieldButtonIncrease:{className:s.ComponentClassName.StepperFieldButtonIncrease,components:["StepperField"],description:"Class applied to the increase button"},StepperFieldInput:{className:s.ComponentClassName.StepperFieldInput,components:["StepperField"],description:"Class applied to the StepperField input"},StorageManager:{className:s.ComponentClassName.StorageManager,components:["StorageManager"]},StorageManagerDropZone:{className:s.ComponentClassName.StorageManagerDropZone,components:["StorageManager"]},StorageManagerDropZoneIcon:{className:s.ComponentClassName.StorageManagerDropZoneIcon,components:["StorageManager"]},StorageManagerDropZoneText:{className:s.ComponentClassName.StorageManagerDropZoneText,components:["StorageManager"]},StorageManagerFilePicker:{className:s.ComponentClassName.StorageManagerFilePicker,components:["StorageManager"]},StorageManagerFile:{className:s.ComponentClassName.StorageManagerFile,components:["StorageManager"]},StorageManagerFileWrapper:{className:s.ComponentClassName.StorageManagerFileWrapper,components:["StorageManager"]},StorageManagerFileList:{className:s.ComponentClassName.StorageManagerFileList,components:["StorageManager"]},StorageManagerFileName:{className:s.ComponentClassName.StorageManagerFileName,components:["StorageManager"]},StorageManagerLoader:{className:s.ComponentClassName.StorageManagerLoader,components:["StorageManager"]},StorageManagerFileSize:{className:s.ComponentClassName.StorageManagerFileSize,components:["StorageManager"]},StorageManagerFileInfo:{className:s.ComponentClassName.StorageManagerFileInfo,components:["StorageManager"]},StorageManagerFileImage:{className:s.ComponentClassName.StorageManagerFileImage,components:["StorageManager"]},StorageManagerFileMain:{className:s.ComponentClassName.StorageManagerFileMain,components:["StorageManager"]},StorageManagerFileStatus:{className:s.ComponentClassName.StorageManagerFileStatus,components:["StorageManager"]},StorageManagerPreviewer:{className:s.ComponentClassName.StorageManagerPreviewer,components:["StorageManager"]},StorageManagerPreviewerText:{className:s.ComponentClassName.StorageManagerPreviewerText,components:["StorageManager"]},SwitchField:{className:s.ComponentClassName.SwitchField,components:["SwitchField"],description:"Top level element that wraps the SwitchField primitive"},SwitchLabel:{className:s.ComponentClassName.SwitchLabel,components:["SwitchField"],description:"Class applied to the SwitchField label text"},SwitchThumb:{className:s.ComponentClassName.SwitchThumb,components:["SwitchField"],description:"Class applied to the SwitchField thumb"},SwitchTrack:{className:s.ComponentClassName.SwitchTrack,components:["SwitchField"],description:"Class applied to the SwitchField track"},SwitchWrapper:{className:s.ComponentClassName.SwitchWrapper,components:["SwitchField"],description:"Class applied to the label element that wraps the SwitchField label and track"},Table:{className:s.ComponentClassName.Table,components:["Table"],description:"Top level element that wraps the Table primitive"},TableCaption:{className:s.ComponentClassName.TableCaption,components:["Table"],description:"Class applied to the content provided as the caption prop"},TableBody:{className:s.ComponentClassName.TableBody,components:["Table"],description:"Class applied to TableBody component"},TableTd:{className:s.ComponentClassName.TableTd,components:["Table"],description:'Class applied to TableCell component rendered as a <td> element (<TableCell as="td" />)'},TableTh:{className:s.ComponentClassName.TableTh,components:["Table"],description:'Class applied to TableCell comopnent rendered as a <th> element (<TableCell as="th" />)'},TableFoot:{className:s.ComponentClassName.TableFoot,components:["Table"],description:"Class applied to TableFoot component"},TableHead:{className:s.ComponentClassName.TableHead,components:["Table"],description:"Class applied to TableHead component"},TableRow:{className:s.ComponentClassName.TableRow,components:["Table"],description:"Class applied to TableRow component"},Tabs:{className:s.ComponentClassName.Tabs,components:["Tabs"],description:"Top level element that wraps the Tabs primitive"},TabItems:{className:s.ComponentClassName.TabItems,components:["Tabs"],description:"Top level element that wraps the TabItem primitive"},Text:{className:s.ComponentClassName.Text,components:["Text"],description:"Top level element that wraps the Text primitive"},Textarea:{className:s.ComponentClassName.Textarea,components:["TextAreaField"],description:"Class applied to the text area"},TextAreaField:{className:s.ComponentClassName.TextAreaField,components:["TextAreaField"],description:"Top level element that wraps the TextAreaField primitive"},TextField:{className:s.ComponentClassName.TextField,components:["TextField"],description:"Top level element that wraps the TextField primitive"},ToggleButton:{className:s.ComponentClassName.ToggleButton,components:["ToggleButton"],description:"Top level element that wraps the ToggleButton primitive"},ToggleButtonGroup:{className:s.ComponentClassName.ToggleButtonGroup,components:["ToggleButton","ToggleButtonGroup"],description:"Top level element that wraps the ToggleButtonGroup primitive"},VisuallyHidden:{className:s.ComponentClassName.VisuallyHidden,components:["VisuallyHidden"],description:"Top level element that wraps the VisuallyHidden primitive"}},c={Alert:m.Alert.className,AlertIcon:m.AlertIcon.className,AlertHeading:m.AlertHeading.className,AlertBody:m.AlertBody.className,AlertDismiss:m.AlertDismiss.className,Autocomplete:m.Autocomplete.className,AutocompleteMenu:m.AutocompleteMenu.className,AutocompleteMenuEmpty:m.AutocompleteMenuEmpty.className,AutocompleteMenuFooter:m.AutocompleteMenuFooter.className,AutocompleteMenuHeader:m.AutocompleteMenuHeader.className,AutocompleteMenuLoading:m.AutocompleteMenuLoading.className,AutocompleteMenuOption:m.AutocompleteMenuOption.className,AutocompleteMenuOptions:m.AutocompleteMenuOptions.className,Badge:m.Badge.className,Button:m.Button.className,ButtonGroup:m.ButtonGroup.className,ButtonLoaderWrapper:m.ButtonLoaderWrapper.className,Card:m.Card.className,Checkbox:m.Checkbox.className,CheckboxButton:m.CheckboxButton.className,CheckboxIcon:m.CheckboxIcon.className,CheckboxInput:m.CheckboxInput.className,CheckboxLabel:m.CheckboxLabel.className,CheckboxField:m.CheckboxField.className,Collection:m.Collection.className,CollectionItems:m.CollectionItems.className,CollectionSearch:m.CollectionSearch.className,CollectionPagination:m.CollectionPagination.className,CountryCodeSelect:m.CountryCodeSelect.className,DialCodeSelect:m.DialCodeSelect.className,Divider:m.Divider.className,DividerLabel:m.DividerLabel.className,Expander:m.Expander.className,ExpanderContent:m.ExpanderContent.className,ExpanderContentText:m.ExpanderContentText.className,ExpanderHeader:m.ExpanderHeader.className,ExpanderIcon:m.ExpanderIcon.className,ExpanderItem:m.ExpanderItem.className,ExpanderTrigger:m.ExpanderTrigger.className,Field:m.Field.className,FieldDescription:m.FieldDescription.className,FieldErrorMessage:m.FieldErrorMessage.className,FieldGroup:m.FieldGroup.className,FieldGroupControl:m.FieldGroupControl.className,FieldGroupOuterEnd:m.FieldGroupOuterEnd.className,FieldGroupOuterStart:m.FieldGroupOuterStart.className,FieldGroupInnerEnd:m.FieldGroupInnerEnd.className,FieldGroupInnerStart:m.FieldGroupInnerStart.className,FieldGroupIcon:m.FieldGroupIcon.className,FieldGroupIconButton:m.FieldGroupIconButton.className,FieldGroupHasInnerEnd:m.FieldGroupHasInnerEnd.className,FieldGroupHasInnerStart:m.FieldGroupHasInnerStart.className,FieldShowPassword:m.FieldShowPassword.className,FieldGroupFieldWrapper:m.FieldGroupFieldWrapper.className,FileUploaderDropZone:m.FileUploaderDropZone.className,FileUploaderDropZoneIcon:m.FileUploaderDropZoneIcon.className,FileUploaderDropZoneText:m.FileUploaderDropZoneText.className,FileUploaderDropZoneButton:m.FileUploaderDropZoneButton.className,FileUploaderFile:m.FileUploaderFile.className,FileUploaderFileWrapper:m.FileUploaderFileWrapper.className,FileUploaderFileName:m.FileUploaderFileName.className,FileUploaderLoader:m.FileUploaderLoader.className,FileUploaderFileSize:m.FileUploaderFileSize.className,FileUploaderFileInfo:m.FileUploaderFileInfo.className,FileUploaderFileImage:m.FileUploaderFileImage.className,FileUploaderFileMain:m.FileUploaderFileMain.className,FileUploaderFileStatus:m.FileUploaderFileStatus.className,FileUploaderPreviewer:m.FileUploaderPreviewer.className,FileUploaderPreviewerText:m.FileUploaderPreviewerText.className,FileUploaderPreviewerBody:m.FileUploaderPreviewerBody.className,FileUploaderPreviewerFooter:m.FileUploaderPreviewerFooter.className,FileUploaderPreviewerFooterActions:m.FileUploaderPreviewerFooterActions.className,Flex:m.Flex.className,Grid:m.Grid.className,Heading:m.Heading.className,HighlightMatch:m.HighlightMatch.className,HighlightMatchHighlighted:m.HighlightMatchHighlighted.className,Icon:m.Icon.className,Image:m.Image.className,Input:m.Input.className,Label:m.Label.className,Link:m.Link.className,Loader:m.Loader.className,LoaderDeterminate:m.LoaderDeterminate.className,LoaderPercentageText:m.LoaderPercentageText.className,MenuContent:m.MenuContent.className,MenuContentWrapper:m.MenuContentWrapper.className,MenuItem:m.MenuItem.className,MenuTrigger:m.MenuTrigger.className,Pagination:m.Pagination.className,PaginationItemButton:m.PaginationItemButton.className,PaginationItemCurrent:m.PaginationItemCurrent.className,PaginationItemEllipsis:m.PaginationItemEllipsis.className,PasswordField:m.PasswordField.className,PhoneNumberField:m.PhoneNumberField.className,Placeholder:m.Placeholder.className,Radio:m.Radio.className,RadioButton:m.RadioButton.className,RadioInput:m.RadioInput.className,RadioLabel:m.RadioLabel.className,RadioGroupField:m.RadioGroupField.className,RadioGroup:m.RadioGroup.className,Rating:m.Rating.className,ScrollView:m.ScrollView.className,SearchField:m.SearchField.className,SearchFieldClear:m.SearchFieldClear.className,SearchFieldSearch:m.SearchFieldSearch.className,Select:m.Select.className,SelectField:m.SelectField.className,SelectWrapper:m.SelectWrapper.className,SelectIconWrapper:m.SelectIconWrapper.className,SliderField:m.SliderField.className,SliderFieldGroup:m.SliderFieldGroup.className,SliderFieldLabel:m.SliderFieldLabel.className,SliderFieldRange:m.SliderFieldRange.className,SliderFieldRoot:m.SliderFieldRoot.className,SliderFieldThumb:m.SliderFieldThumb.className,SliderFieldTrack:m.SliderFieldTrack.className,StepperField:m.StepperField.className,StepperFieldButtonDecrease:m.StepperFieldButtonDecrease.className,StepperFieldButtonIncrease:m.StepperFieldButtonIncrease.className,StepperFieldInput:m.StepperFieldInput.className,StorageManager:m.StorageManager.className,StorageManagerDropZone:m.StorageManagerDropZone.className,StorageManagerDropZoneIcon:m.StorageManagerDropZoneIcon.className,StorageManagerDropZoneText:m.StorageManagerDropZoneText.className,StorageManagerFilePicker:m.StorageManagerFilePicker.className,StorageManagerFile:m.StorageManagerFile.className,StorageManagerFileWrapper:m.StorageManagerFileWrapper.className,StorageManagerFileList:m.StorageManagerFileList.className,StorageManagerFileName:m.StorageManagerFileName.className,StorageManagerLoader:m.StorageManagerLoader.className,StorageManagerFileSize:m.StorageManagerFileSize.className,StorageManagerFileInfo:m.StorageManagerFileInfo.className,StorageManagerFileImage:m.StorageManagerFileImage.className,StorageManagerFileMain:m.StorageManagerFileMain.className,StorageManagerFileStatus:m.StorageManagerFileStatus.className,StorageManagerPreviewer:m.StorageManagerPreviewer.className,StorageManagerPreviewerText:m.StorageManagerPreviewerText.className,SwitchField:m.SwitchField.className,SwitchLabel:m.SwitchLabel.className,SwitchThumb:m.SwitchThumb.className,SwitchTrack:m.SwitchTrack.className,SwitchWrapper:m.SwitchWrapper.className,Table:m.Table.className,TableCaption:m.TableCaption.className,TableBody:m.TableBody.className,TableTd:m.TableTd.className,TableTh:m.TableTh.className,TableFoot:m.TableFoot.className,TableHead:m.TableHead.className,TableRow:m.TableRow.className,Tabs:m.Tabs.className,TabItems:m.TabItems.className,Text:m.Text.className,Textarea:m.Textarea.className,TextAreaField:m.TextAreaField.className,TextField:m.TextField.className,ToggleButton:m.ToggleButton.className,ToggleButtonGroup:m.ToggleButtonGroup.className,VisuallyHidden:m.VisuallyHidden.className},d={backgroundColor:"colors",color:"colors",borderRadius:"radii",fontSize:"fontSizes",fontWeight:"fontWeights",fontFamily:"fonts",lineHeight:"lineHeights",opacity:"opacities",boxShadow:"shadows",transform:"transforms",left:"space",right:"space",top:"space",bottom:"space",height:"space",width:"space",letterSpacing:"space",margin:"space",marginBlock:"space",marginBlockEnd:"space",marginBlockStart:"space",marginInline:"space",marginInlineEnd:"space",marginInlineStart:"space",marginLeft:"space",marginRight:"space",marginTop:"space",marginBottom:"space",maxHeight:"space",maxWidth:"space",minHeight:"space",minWidth:"space",padding:"space",paddingBlock:"space",paddingBlockEnd:"space",paddingBlockStart:"space",paddingInline:"space",paddingInlineEnd:"space",paddingInlineStart:"space",paddingLeft:"space",paddingRight:"space",paddingTop:"space",paddingBottom:"space",gap:"space",columnGap:"space",rowGap:"space"},g={alignContent:"alignContent",alignItems:"alignItems",alignSelf:"alignSelf",area:"gridArea",autoColumns:"gridAutoColumns",autoFlow:"gridAutoFlow",autoRows:"gridAutoRows",backgroundColor:"backgroundColor",backgroundImage:"backgroundImage",basis:"flexBasis",border:"border",borderRadius:"borderRadius",bottom:"bottom",boxShadow:"boxShadow",color:"color",column:"gridColumn",columnEnd:"gridColumnEnd",columnGap:"columnGap",columnSpan:"gridColumn",columnStart:"gridColumnStart",direction:"flexDirection",display:"display",flex:"flex",fontFamily:"fontFamily",fontSize:"fontSize",fontStyle:"fontStyle",fontWeight:"fontWeight",gap:"gap",grow:"flexGrow",height:"height",justifyContent:"justifyContent",left:"left",letterSpacing:"letterSpacing",lineHeight:"lineHeight",margin:"margin",marginBlock:"marginBlock",marginBlockEnd:"marginBlockEnd",marginBlockStart:"marginBlockStart",marginBottom:"marginBlockEnd",marginInline:"marginInline",marginInlineEnd:"marginInlineEnd",marginInlineStart:"marginInlineStart",marginLeft:"marginInlineStart",marginRight:"marginInlineEnd",marginTop:"marginBlockStart",maxHeight:"maxHeight",maxWidth:"maxWidth",minHeight:"minHeight",minWidth:"minWidth",objectFit:"objectFit",objectPosition:"objectPosition",opacity:"opacity",order:"order",overflow:"overflow",padding:"padding",paddingBlock:"paddingBlock",paddingBlockEnd:"paddingBlockEnd",paddingBlockStart:"paddingBlockStart",paddingBottom:"paddingBlockEnd",paddingInline:"paddingInline",paddingInlineEnd:"paddingInlineEnd",paddingInlineStart:"paddingInlineStart",paddingLeft:"paddingInlineStart",paddingRight:"paddingInlineEnd",paddingTop:"paddingBlockStart",position:"position",resize:"resize",right:"right",row:"gridRow",rowEnd:"gridRowEnd",rowGap:"rowGap",rowSpan:"gridRow",rowStart:"gridRowStart",shrink:"flexShrink",templateAreas:"gridTemplateAreas",templateColumns:"gridTemplateColumns",templateRows:"gridTemplateRows",textAlign:"textAlign",textDecoration:"textDecoration",textTransform:"textTransform",top:"top",transform:"transform",transformOrigin:"transformOrigin",width:"width",whiteSpace:"whiteSpace",wrap:"flexWrap"},h=Object.keys(g),C=e=>"string"==typeof e&&0===e.length,u=e=>null==e||C(e),N=e=>Object.keys(e),F=(e,a,t)=>{if("string"!=typeof a)return a;if(a.includes(" "))return a.split(" ").map((a=>F(e,a,t))).join(" ");if(e in d){const o=a.split(".");let n=t[d[e]];for(let e=0;e<o.length&&n;e++)n=n[o[e]];return s.isDesignToken(n)?`var(--${s.cssNameTransform({path:[d[e],...o]})})`:a}return a},w=({breakpoint:e,breakpoints:a,values:t})=>{let o={};const n=N(a).sort(((e,t)=>a[e]-a[t]));var l;return Array.isArray(t)?t.forEach(((e,a)=>{o[n[a]]=e})):"object"==typeof t&&(o=N(l=t).reduce(((e,a)=>a in s.defaultTheme.breakpoints.values?Object.assign(Object.assign({},e),{[a]:l[a]}):e),{})),(({breakpoint:e,breakpoints:a,values:t})=>{const o=t[e];if(void 0!==o)return o;const n=N(a).sort(((e,t)=>a[t]-a[e])),s=n.slice(n.indexOf(e));for(const e of s){const a=t[e];if(void 0!==a)return a}return null})({breakpoint:e,breakpoints:a,values:o})},S="undefined"==typeof window?r.useEffect:r.useLayoutEffect,b=({breakpoints:e,defaultBreakpoint:a})=>{const t="undefined"!=typeof window&&void 0!==window.matchMedia?window.matchMedia:null,o=r.useMemo((()=>(({breakpoints:e})=>{const a=N(e).sort(((a,t)=>e[t]-e[a]));return a.map(((t,o)=>{let n="";const s=e[t],l=a[o-1],i=l?e[l]-1:null;return s>=0&&(n=`(min-width: ${s}px)`),null!==i&&(n&&(n+=" and "),n+=`(max-width: ${i}px)`),{breakpoint:t,query:n,maxWidth:i,minWidth:s}}))})({breakpoints:e})),[e]),[n,s]=r.useState(a),l=r.useCallback(((e,a)=>{e&&s(a)}),[s]);return S((()=>{if(!t)return;const e=o.map((({query:e,breakpoint:a})=>{const o=t(e);l(o.matches,a);const n=e=>{e.matches&&s(a)};return o.addEventListener("change",n),()=>o.removeEventListener("change",n)}));return()=>{e.forEach((e=>e()))}}),[e,s,t,o]),r.useDebugValue(n,(e=>e)),n},x=r.createContext({theme:s.createTheme()}),v=e=>void 0===e||void 0===e.theme?s.createTheme():e.theme,T=()=>{const e=r.useContext(x);return v(e)},M=({value:e,propKey:a,tokens:t})=>s.isDesignToken(e)?e.toString():s.isString(e)?s.isString(a)?F(a,e,t):e:null,f=e=>"auto"===e?"auto":`span ${e}`,I=e=>(e=>"auto"===e||"number"==typeof e&&!isNaN(e)||"string"==typeof e&&!isNaN(parseFloat(e)))(e)?f(e):Array.isArray(e)?e.map((e=>f(e))):"object"==typeof e&&null!=e?Object.entries(e).reduce(((e,[a,t])=>Object.assign(Object.assign({},e),{[a]:f(t)})),{}):null,L=({props:e={},style:a={},breakpoint:t,breakpoints:o,tokens:n})=>{const l={};return Object.keys(e).filter((a=>null!==e[a])).forEach((i=>{if(i in g){const l=e[i];if(!l||C(l))return;const r=g[i];let p="";s.isDesignToken(l)?p=l.toString():"string"==typeof l?p=F(i,l,n):"number"==typeof l?p=l:"object"==typeof l&&(p=M({propKey:i,tokens:n,value:w({values:l,breakpoint:t,breakpoints:o})})),a=Object.assign(Object.assign({},a),{[r]:p})}else void 0!==e[i]&&(l[i]=e[i])})),{propStyles:a,nonStyleProps:l}},E=(a,t)=>{const{breakpoints:{values:o,defaultBreakpoint:n},tokens:s}=T(),l=b({breakpoints:o,defaultBreakpoint:n}),i=(a=>{const{rowSpan:t,columnSpan:o,row:n,column:s}=a,l=e.__rest(a,["rowSpan","columnSpan","row","column"]),{rowFromSpanValue:i,columnFromSpanValue:p}=r.useMemo((()=>({rowFromSpanValue:I(t),columnFromSpanValue:I(o)})),[t,o]);return Object.assign({row:u(n)?i:n,column:u(s)?p:s},l)})(a);return r.useMemo((()=>L({props:i,style:t,breakpoint:l,breakpoints:o,tokens:s})),[i,t,o,l,s])},k=r.forwardRef(((a,t)=>{var{as:o="div",children:n,testId:s,ariaLabel:l,isDisabled:i,style:p,inert:m}=a,c=e.__rest(a,["as","children","testId","ariaLabel","isDisabled","style","inert"]);const{propStyles:d,nonStyleProps:g}=E(c,p);return r.createElement(o,Object.assign({"aria-label":l,"data-testid":s,disabled:i,ref:t,inert:m?"":null,style:d},g),n)}));k.displayName="View";const B="undefined"!=typeof Symbol&&s.isFunction(Symbol.for)?Symbol.for("amplify_default"):"@@amplify_default";exports.AMPLIFY_SYMBOL=B,exports.ARROW_DOWN="ArrowDown",exports.ARROW_UP="ArrowUp",exports.AmplifyContext=x,exports.ComponentClassNames=c,exports.ComponentClassObject=m,exports.ComponentPropsToStylePropsMap=g,exports.ComponentPropsToStylePropsMapKeys=h,exports.ComponentText={Alert:{dismissButtonLabel:"Dismiss alert"},Autocomplete:{emptyText:"No options found",loadingText:"Loading options..."},Collection:{searchButtonLabel:"Search",searchNoResultsFound:"No results found"},Fields:{clearButtonLabel:"Clear input"},PaginationItem:{currentPageLabel:"Page",nextLabel:"Go to next page",pageLabel:"Go to page",previousLabel:"Go to previous page"},PhoneNumberField:{countryCodeLabel:"Country code"},SearchField:{searchButtonLabel:"Search"},PasswordField:{passwordIsHidden:"Password is hidden",passwordIsShown:"Password is shown",showPassword:"Show password"},StepperField:{increaseButtonLabel:"Increase to",decreaseButtonLabel:"Decrease to"}},exports.ENTER_KEY="Enter",exports.ESCAPE_KEY="Escape",exports.IconAdd=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M19 13H13V19H11V13H5V11H11V5H13V11H19V13Z",fill:"currentColor"})))},exports.IconCheck=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M9.00016 16.1698L4.83016 11.9998L3.41016 13.4098L9.00016 18.9998L21.0002 6.99984L19.5902 5.58984L9.00016 16.1698Z",fill:"currentColor"})))},exports.IconCheckCircle=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM16.59 7.58L10 14.17L7.41 11.59L6 13L10 17L18 9L16.59 7.58Z",fill:"currentColor"})))},exports.IconChevronLeft=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M15.41 7.41L14 6L8 12L14 18L15.41 16.59L10.83 12L15.41 7.41Z",fill:"currentColor"})))},exports.IconChevronRight=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z",fill:"currentColor"})))},exports.IconClose=a=>{const{className:t,size:o}=a,n=e.__rest(a,["className","size"]);return r.createElement(k,Object.assign({as:"span",width:null!=o?o:"1em",height:null!=o?o:"1em",className:p.default(c.Icon,t)},n),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:o?{width:o,height:o}:void 0},r.createElement("path",{d:"M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z",fill:"currentColor"})))},exports.IconEdit=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M3 21h3.75L17.81 9.94l-3.75-3.75L3 17.25V21zm2-2.92l9.06-9.06.92.92L5.92 19H5v-.92zM18.37 3.29a.996.996 0 00-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83a.996.996 0 000-1.41l-2.34-2.34z",fill:"currentColor"})))},exports.IconError=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z",fill:"currentColor"})))},exports.IconExpandMore=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M16.59 8.58984L12 13.1698L7.41 8.58984L6 9.99984L12 15.9998L18 9.99984L16.59 8.58984Z",fill:"currentColor"})))},exports.IconFile=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6H6zm7 7V3.5L18.5 9H13z",fill:"currentColor"})))},exports.IconIndeterminate=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"24",width:"24",viewBox:"0 0 24 24"},r.createElement("line",{x1:"4",x2:"20",y1:"12",y2:"12",stroke:"currentColor",strokeWidth:"3"})))},exports.IconInfo=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M11 7H13V9H11V7ZM11 11H13V17H11V11ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z",fill:"currentColor"})))},exports.IconMenu=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M3 18H21V16H3V18ZM3 13H21V11H3V13ZM3 6V8H21V6H3Z",fill:"currentColor"})))},exports.IconRemove=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M19 13H5V11H19V13Z",fill:"currentColor"})))},exports.IconSearch=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14V14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14Z",fill:"currentColor"})))},exports.IconStar=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z",fill:"currentColor"})))},exports.IconUpload=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11zM8 15.01l1.41 1.41L11 14.84V19h2v-4.16l1.59 1.59L16 15.01 12.01 11 8 15.01z",fill:"currentColor"})))},exports.IconVisibility=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M12 6C15.79 6 19.17 8.13 20.82 11.5C19.17 14.87 15.79 17 12 17C8.21 17 4.83 14.87 3.18 11.5C4.83 8.13 8.21 6 12 6ZM12 4C7 4 2.73 7.11 1 11.5C2.73 15.89 7 19 12 19C17 19 21.27 15.89 23 11.5C21.27 7.11 17 4 12 4ZM12 9C13.38 9 14.5 10.12 14.5 11.5C14.5 12.88 13.38 14 12 14C10.62 14 9.5 12.88 9.5 11.5C9.5 10.12 10.62 9 12 9ZM12 7C9.52 7 7.5 9.02 7.5 11.5C7.5 13.98 9.52 16 12 16C14.48 16 16.5 13.98 16.5 11.5C16.5 9.02 14.48 7 12 7Z",fill:"currentColor"})))},exports.IconVisibilityOff=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M12 6.0002C15.79 6.0002 19.17 8.1302 20.82 11.5002C20.23 12.7202 19.4 13.7702 18.41 14.6202L19.82 16.0302C21.21 14.8002 22.31 13.2602 23 11.5002C21.27 7.1102 17 4.0002 12 4.0002C10.73 4.0002 9.51 4.2002 8.36 4.5702L10.01 6.2202C10.66 6.0902 11.32 6.0002 12 6.0002ZM10.93 7.14019L13 9.2102C13.57 9.4602 14.03 9.9202 14.28 10.4902L16.35 12.5602C16.43 12.2202 16.49 11.8602 16.49 11.4902C16.5 9.0102 14.48 7.0002 12 7.0002C11.63 7.0002 11.28 7.05019 10.93 7.14019ZM2.01 3.8702L4.69 6.5502C3.06 7.8302 1.77 9.5302 1 11.5002C2.73 15.8902 7 19.0002 12 19.0002C13.52 19.0002 14.98 18.7102 16.32 18.1802L19.74 21.6002L21.15 20.1902L3.42 2.4502L2.01 3.8702ZM9.51 11.3702L12.12 13.9802C12.08 13.9902 12.04 14.0002 12 14.0002C10.62 14.0002 9.5 12.8802 9.5 11.5002C9.5 11.4502 9.51 11.4202 9.51 11.3702V11.3702ZM6.11 7.97019L7.86 9.7202C7.63 10.2702 7.5 10.8702 7.5 11.5002C7.5 13.9802 9.52 16.0002 12 16.0002C12.63 16.0002 13.23 15.8702 13.77 15.6402L14.75 16.6202C13.87 16.8602 12.95 17.0002 12 17.0002C8.21 17.0002 4.83 14.8702 3.18 11.5002C3.88 10.0702 4.9 8.89019 6.11 7.97019Z",fill:"currentColor"})))},exports.IconWarning=a=>{const{className:t}=a,o=e.__rest(a,["className"]);return r.createElement(k,Object.assign({as:"span",width:"1em",height:"1em",className:p.default(c.Icon,t)},o),r.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r.createElement("path",{d:"M1 21H23L12 2L1 21ZM13 18H11V16H13V18ZM13 14H11V10H13V14Z",fill:"currentColor"})))},exports.View=k,exports.getConsecutiveIntArray=(e,a)=>{const t=a-e+1;return Array.from({length:t},((a,t)=>t+e))},exports.getErrorMessage=e=>(e=>{if("object"==typeof(a=e)&&null!==a&&"message"in a&&"string"==typeof a.message)return e;var a;try{return new Error(JSON.stringify(e))}catch(a){return new Error(String(e))}})(e).message,exports.getFormDataFromEvent=e=>{const a=new FormData(e.target);return Object.fromEntries(a)},exports.getStyleValue=M,exports.getThemeFromContext=v,exports.getValueAtCurrentBreakpoint=w,exports.strHasLength=e=>"string"==typeof e&&e.length>0,exports.useAuth=()=>{const[a,n]=r.useState({error:void 0,isLoading:!0,user:void 0}),s=r.useCallback((()=>e.__awaiter(void 0,void 0,void 0,(function*(){n((e=>Object.assign(Object.assign({},e),{isLoading:!0})));try{const e=yield o.Auth.currentAuthenticatedUser();n({user:e,isLoading:!1})}catch(e){n({error:e,isLoading:!1})}}))),[]),l=r.useCallback((({payload:e})=>{switch(e.event){case"signIn":case"signUp":case"autoSignIn":n({user:e.data,isLoading:!1});break;case"signOut":n({user:void 0,isLoading:!1});break;case"tokenRefresh_failure":case"signIn_failure":n({error:e.data,isLoading:!1});break;case"autoSignIn_failure":n({error:new Error(e.message),isLoading:!1});break;case"tokenRefresh":s()}}),[s]);return r.useEffect((()=>{const e=t.Hub.listen("auth",l,"useAuth");return s(),e}),[l,s]),Object.assign(Object.assign({},a),{fetch:s})},exports.useBreakpoint=b,exports.useStyles=E,exports.useTheme=T;