@basic-ui/material 0.1.4 → 0.1.5

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 (53) hide show
  1. package/build/esm/Alert/Alert.d.ts +1 -1
  2. package/build/esm/AppBar/AppBar.d.ts +1 -1
  3. package/build/esm/AppBar/AppBarButton.d.ts +1 -1
  4. package/build/esm/Badge/Badge.d.ts +1 -1
  5. package/build/esm/BottomSheet/BottomSheet.d.ts +1 -1
  6. package/build/esm/BottomSheet/BottomSheetSurface.d.ts +1 -1
  7. package/build/esm/Button/BaseButton.d.ts +1 -1
  8. package/build/esm/Button/Button.d.ts +1 -1
  9. package/build/esm/Button/FilledButton.d.ts +1 -1
  10. package/build/esm/Button/OutlinedButton.d.ts +1 -1
  11. package/build/esm/Button/TransparentButton.d.ts +1 -1
  12. package/build/esm/CheckBox/CheckBox.d.ts +1 -1
  13. package/build/esm/CheckBox/CheckBoxIcon.d.ts +1 -1
  14. package/build/esm/Chip/ButtonChip.d.ts +1 -1
  15. package/build/esm/Chip/ChipBase.d.ts +1 -1
  16. package/build/esm/Chip/ChoiceChip.d.ts +1 -1
  17. package/build/esm/Combobox/Combobox.d.ts +7 -7
  18. package/build/esm/Dialog/Dialog.d.ts +1 -1
  19. package/build/esm/Dialog/DialogBackdrop.d.ts +1 -1
  20. package/build/esm/Dialog/DialogSurface.d.ts +1 -1
  21. package/build/esm/Dialog/Scrim.d.ts +1 -1
  22. package/build/esm/Divider/Divider.d.ts +1 -1
  23. package/build/esm/LineRipple/LineRipple.d.ts +1 -1
  24. package/build/esm/Link/Link.d.ts +1 -1
  25. package/build/esm/List/List.d.ts +1 -1
  26. package/build/esm/ListItem/ListItem.d.ts +1 -1
  27. package/build/esm/Menu/Menu.d.ts +4 -4
  28. package/build/esm/Paper/Paper.d.ts +1 -1
  29. package/build/esm/RadioButton/RadioGroup.d.ts +1 -1
  30. package/build/esm/Select/SelectIcon.d.ts +1 -1
  31. package/build/esm/SelectItem/SelectItem.d.ts +1 -1
  32. package/build/esm/SelectionControl/SelectionControlLabel.d.ts +1 -1
  33. package/build/esm/SelectionControl/SelectionControlText.d.ts +1 -1
  34. package/build/esm/Skeleton/DelayAppearance.d.ts +1 -1
  35. package/build/esm/Skeleton/Skeleton.d.ts +1 -1
  36. package/build/esm/Snackbar/Snackbar.d.ts +1 -1
  37. package/build/esm/Switch/Switch.d.ts +1 -1
  38. package/build/esm/Tab/Tab.d.ts +1 -1
  39. package/build/esm/Tab/TabList.d.ts +1 -1
  40. package/build/esm/Tab/TabPanel.d.ts +1 -1
  41. package/build/esm/TabIndicator/TabIndicator.d.ts +1 -1
  42. package/build/esm/Table/Table.d.ts +1 -1
  43. package/build/esm/Table/TableHead.d.ts +1 -1
  44. package/build/esm/Table/TableRow.d.ts +1 -1
  45. package/build/esm/Text/Text.d.ts +1 -1
  46. package/build/esm/TextField/FilledContainer.d.ts +1 -1
  47. package/build/esm/TextField/HelperText.d.ts +1 -1
  48. package/build/esm/TextField/Input.d.ts +1 -1
  49. package/build/esm/TextField/OutlinedContainer.d.ts +1 -1
  50. package/build/esm/TextField/TextField.d.ts +1 -1
  51. package/build/esm/Tooltip/Tooltip.d.ts +1 -1
  52. package/build/tsconfig.tsbuildinfo +51 -51
  53. package/package.json +3 -3
@@ -14,4 +14,4 @@ export interface OutlinedContainerProps extends BoxProps {
14
14
  forceActive?: boolean;
15
15
  leadingIcon?: boolean;
16
16
  }
17
- export declare const OutlinedContainer: React.ForwardRefExoticComponent<Pick<OutlinedContainerProps, "bottom" | "top" | "hidden" | "left" | "right" | "as" | "sx" | "__css" | "variant" | "tx" | "theme" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "p" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "display" | "verticalAlign" | "size" | "overflow" | "overflowX" | "overflowY" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontStyle" | "textAlign" | "color" | "bg" | "backgroundColor" | "opacity" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flex" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "order" | "border" | "borderX" | "borderY" | "borderWidth" | "borderTopWidth" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopStyle" | "borderBottomStyle" | "borderLeftStyle" | "borderRightStyle" | "borderColor" | "borderTopColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "background" | "backgroundImage" | "backgroundSize" | "backgroundPosition" | "backgroundRepeat" | "position" | "zIndex" | "boxShadow" | "textShadow" | "disabled" | "placeholder" | "onChange" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "label" | "leadingIcon" | "key" | "error" | "labelIsFloating" | "hasFocus" | "inputId" | "forceActive"> & React.RefAttributes<HTMLDivElement>>;
17
+ export declare const OutlinedContainer: React.ForwardRefExoticComponent<Pick<OutlinedContainerProps, "children" | "label" | "p" | "slot" | "style" | "title" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxShadow" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "zIndex" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "gridColumnGap" | "gridGap" | "gridRowGap" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "variant" | "size" | "hidden" | "as" | "sx" | "__css" | "tx" | "theme" | "borderX" | "borderY" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "error" | "disabled" | "leadingIcon" | "hasFocus" | "labelIsFloating" | "inputId" | "forceActive"> & React.RefAttributes<HTMLDivElement>>;
@@ -16,4 +16,4 @@ export declare type TextFieldProps = Omit<InputProps, 'value' | 'defaultValue'>
16
16
  leadingIcon?: React.ReactNode;
17
17
  trailingIcon?: React.ReactNode;
18
18
  };
19
- export declare const TextField: React.ForwardRefExoticComponent<Pick<TextFieldProps, "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "hidden" | "as" | "sx" | "__css" | "variant" | "tx" | "theme" | "size" | "borderX" | "borderY" | "gridGap" | "gridColumnGap" | "gridRowGap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "label" | "pattern" | "list" | "step" | "disabled" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "max" | "min" | "crossOrigin" | "error" | "leadingIcon" | "autoComplete" | "multiple" | "required" | "helperText" | "hasLabel" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "readOnly" | "src" | "multiline" | "trailingIcon" | "containerProps" | "hideCharacterCounter"> & React.RefAttributes<HTMLInputElement>>;
19
+ export declare const TextField: React.ForwardRefExoticComponent<Pick<TextFieldProps, "value" | "children" | "form" | "label" | "p" | "slot" | "style" | "title" | "pattern" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxShadow" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "zIndex" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "gridColumnGap" | "gridGap" | "gridRowGap" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "variant" | "size" | "hidden" | "as" | "sx" | "__css" | "tx" | "theme" | "borderX" | "borderY" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "list" | "step" | "error" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "multiple" | "accept" | "alt" | "autoComplete" | "capture" | "checked" | "crossOrigin" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "readOnly" | "required" | "src" | "multiline" | "hasLabel" | "leadingIcon" | "trailingIcon" | "containerProps" | "helperText" | "hideCharacterCounter"> & React.RefAttributes<HTMLInputElement>>;
@@ -5,4 +5,4 @@ export interface TooltipProps extends BoxProps, Omit<PopperProps, 'color' | 'anc
5
5
  label: React.ReactNode;
6
6
  disabled?: boolean;
7
7
  }
8
- export declare const Tooltip: React.ForwardRefExoticComponent<Pick<TooltipProps, "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "hidden" | "as" | "sx" | "__css" | "variant" | "tx" | "theme" | "size" | "borderX" | "borderY" | "gridGap" | "gridColumnGap" | "gridRowGap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "innerAs" | "placement" | "strategy" | "modifiers" | "usePortal" | "portalSelector" | "skidding" | "distance" | "offsetFn" | "arrowPadding" | "label" | "disabled" | "key"> & React.RefAttributes<HTMLDivElement>>;
8
+ export declare const Tooltip: React.ForwardRefExoticComponent<Pick<TooltipProps, "children" | "label" | "p" | "slot" | "style" | "title" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxShadow" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "zIndex" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "gridColumnGap" | "gridGap" | "gridRowGap" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "variant" | "size" | "hidden" | "as" | "sx" | "__css" | "tx" | "theme" | "borderX" | "borderY" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "disabled" | "placement" | "innerAs" | "strategy" | "modifiers" | "usePortal" | "portalSelector" | "skidding" | "distance" | "offsetFn" | "arrowPadding"> & React.RefAttributes<HTMLDivElement>>;
@@ -643,7 +643,7 @@
643
643
  },
644
644
  "../src/Paper/Paper.tsx": {
645
645
  "version": "bd68d7aa9cfa90848b4b8dfcb412681d900afce16c286e03b1e5ffdd03ac4d75",
646
- "signature": "aea551edbc96a840fe25e00d864c3007c4ec64bbe31e2595bd669e02f7e64998",
646
+ "signature": "9bade82f00d14bef5185b0319e840ffcebafcc4b5d3c64aba6725dbd1507856d",
647
647
  "affectsGlobalScope": false
648
648
  },
649
649
  "../src/Paper/index.ts": {
@@ -653,27 +653,27 @@
653
653
  },
654
654
  "../src/AppBar/AppBar.tsx": {
655
655
  "version": "20aef3b555d70919a5d5aead8cde474d5da67a315576bee300223b305403529c",
656
- "signature": "7b32a78a783421e974287dbde5015b41159e40a36255d096a52a0834a936bb2d",
656
+ "signature": "842349024157ab55a458368b354d5168730f069aa0400bd961d79de70b35d53e",
657
657
  "affectsGlobalScope": false
658
658
  },
659
659
  "../src/Button/BaseButton.tsx": {
660
660
  "version": "32cb33929bfe7afd43279d2077a402c581e1df6aaefd33cd4c730cfac0952ec9",
661
- "signature": "d4fa9615a393d55a3c7c5a2ca36a99bd7d35a8ba17ba77f81b639473c0d9cd3a",
661
+ "signature": "beec8034f8ee12f323621efe34a1ebb5f5510391ca4a81b3cf220aa7ecda6629",
662
662
  "affectsGlobalScope": false
663
663
  },
664
664
  "../src/Button/TransparentButton.tsx": {
665
665
  "version": "4475e5383b21a01e11890dced7e0b87e1e941e3dcef124d7f8b1ebaa9fa07091",
666
- "signature": "f8ff138d99730fdcfb2b8b3425d5ff21e127b94c2c59eae754ea1296d53571ab",
666
+ "signature": "e213101ecd803c608cf929af8ebe82c9d1c07a726c1b711f6dd0a28dedd42dd9",
667
667
  "affectsGlobalScope": false
668
668
  },
669
669
  "../src/Button/FilledButton.tsx": {
670
670
  "version": "1188dda4d37012d998f56acdf21625cf7ef8cfd351e55849218e28bae8aa405a",
671
- "signature": "4d76487857d0c1e565d356adf6c085ecc5617b96591451a5273d78d48a2f1eb9",
671
+ "signature": "c85cc2081f109fea949401c7f3e7fc52001731b819374727c01e1291312b89fe",
672
672
  "affectsGlobalScope": false
673
673
  },
674
674
  "../src/Button/OutlinedButton.tsx": {
675
675
  "version": "d03bde9ee89eaa8f8e1a6836917c93f9d4ca1f482c3c8ab660c4f92976d83be8",
676
- "signature": "c673a411ea3b9e3b7f16014a7396fa16311d1b25b21b56b537b25659e6adc47a",
676
+ "signature": "f162892fd4f26703832b12fbf40cf81a65b6a3599d1241800d04f9a3387934a9",
677
677
  "affectsGlobalScope": false
678
678
  },
679
679
  "../src/Button/IconButton.tsx": {
@@ -1168,7 +1168,7 @@
1168
1168
  },
1169
1169
  "../src/Button/Button.tsx": {
1170
1170
  "version": "4fcc081348ca476e50be9c6ea004fc9528791b40f38a41a3bdb1ac0eea46d190",
1171
- "signature": "1dcfcf2408a3ff6e1a96bac4d8ca99a81a4da448498516a8370fbb58a709026d",
1171
+ "signature": "9e30e5b07f0567345a6562ce99c2a9600b38aa996217ae49c3799ead6b29b058",
1172
1172
  "affectsGlobalScope": false
1173
1173
  },
1174
1174
  "../src/Button/index.ts": {
@@ -1178,7 +1178,7 @@
1178
1178
  },
1179
1179
  "../src/AppBar/AppBarButton.tsx": {
1180
1180
  "version": "555507526ee05faf93b27ab21c9ddff9eecb99b2074e65374ddee39938de2b8f",
1181
- "signature": "b51562750c4c59956730295559a748ee41218aa24a26206b53864a05a5158b76",
1181
+ "signature": "3ec8d833abba1091bb61b6c5b6ed84e9cdd41f4a78e12860cc3ee053e0568840",
1182
1182
  "affectsGlobalScope": false
1183
1183
  },
1184
1184
  "../src/AppBar/index.ts": {
@@ -1188,7 +1188,7 @@
1188
1188
  },
1189
1189
  "../src/Text/Text.tsx": {
1190
1190
  "version": "bee398b3c05135ee674382a4466f71914cef4509320d8672c93240a1154edb6d",
1191
- "signature": "a038133a652e601756516e058c1f2fd1c53debf2aa41b0c5b844a0d1dc3511ab",
1191
+ "signature": "d8bf59d9a9e7a579add3943a0aa810eca987bf0e5e25378b2358536ec9283ba3",
1192
1192
  "affectsGlobalScope": false
1193
1193
  },
1194
1194
  "../src/Text/index.ts": {
@@ -1198,7 +1198,7 @@
1198
1198
  },
1199
1199
  "../src/Alert/Alert.tsx": {
1200
1200
  "version": "53afc0c766c9638826a96c26eadfd33153f6a0882414002984041957429559c9",
1201
- "signature": "d400a78c0d6d79d493497b4b16cc97300e255c9f57cc97103d8da6060b3521b8",
1201
+ "signature": "7fdb1e80e05b03d8a654c4806b54615170b8f0a0231dd558a48c6e689d261e76",
1202
1202
  "affectsGlobalScope": false
1203
1203
  },
1204
1204
  "../src/Alert/index.ts": {
@@ -1208,7 +1208,7 @@
1208
1208
  },
1209
1209
  "../src/Badge/Badge.tsx": {
1210
1210
  "version": "ec93a91a9b4330637854335bae57c07b5b8394f121d1d00e0b9dc65bdbf9abc9",
1211
- "signature": "1bfbb7d726ea01a3e693b65d7b87efb508ab8ae4c45d420869215df3c3bae507",
1211
+ "signature": "58f2174726827883eb32c31f6f814504d38b49e27bfb30bbd56aff8fe3dbb394",
1212
1212
  "affectsGlobalScope": false
1213
1213
  },
1214
1214
  "../src/Badge/index.ts": {
@@ -1228,7 +1228,7 @@
1228
1228
  },
1229
1229
  "../src/Dialog/Scrim.tsx": {
1230
1230
  "version": "b930086679c351f776caa776df91fd6c9361cfdba1359b16a43fa3c3b9dc41e0",
1231
- "signature": "2016377475a73dab8628259b41c62a9e94b79d9741cee651f3e462212fc76ff0",
1231
+ "signature": "800e154d09006f30e37e6eaabac7f8899c24e6a56d0438cc28a85042ae1d5af9",
1232
1232
  "affectsGlobalScope": false
1233
1233
  },
1234
1234
  "../src/Dialog/DialogContainer.tsx": {
@@ -1238,7 +1238,7 @@
1238
1238
  },
1239
1239
  "../src/Dialog/DialogSurface.tsx": {
1240
1240
  "version": "cb8fb2e529ed7ab8a1b7d571b8fa66ba479dd6a3e71043eea2431c1cdeb269de",
1241
- "signature": "8d678a89f9b2512030cc3b23c0df9267f27a99a3c844549ff0c648bc9691de92",
1241
+ "signature": "3958dcca0a26ea6fac89c002e9c4d1630ca9f021bac2f96e878514422604d838",
1242
1242
  "affectsGlobalScope": false
1243
1243
  },
1244
1244
  "../src/hooks/useAnimation.ts": {
@@ -1253,17 +1253,17 @@
1253
1253
  },
1254
1254
  "../src/Dialog/DialogBackdrop.tsx": {
1255
1255
  "version": "35757aac6431b5dc0fb1fa8491cbcea82355c047ac9f0a41e422db102c13fa9d",
1256
- "signature": "5e01282f6441aca444bde2d53da3e1fcfceefdad49c0ea649cc381eab7ce9a8e",
1256
+ "signature": "fdcc47226409b5cb420f17df47cc9b9919dcda7b4448413f2853c805c1295493",
1257
1257
  "affectsGlobalScope": false
1258
1258
  },
1259
1259
  "../src/BottomSheet/BottomSheetSurface.tsx": {
1260
1260
  "version": "82be5799f4c2d0828f64aec4f2a1f2ccc1d3f07f96abe46f9e942ce056e69524",
1261
- "signature": "2de97065cfa7b664f1ba2481f824564556846a1890cb12db6b277ad516bc294c",
1261
+ "signature": "8439c6faac67d1d3119151743c1c8b4d004d0013e916b2d1dcc8cb810cff52fe",
1262
1262
  "affectsGlobalScope": false
1263
1263
  },
1264
1264
  "../src/BottomSheet/BottomSheet.tsx": {
1265
1265
  "version": "bcf2ed4e36698ec583d9a9dc04a40eb39e00a11013793e9a1b3b7dea74bc4f3e",
1266
- "signature": "12507fc69f2b76653980a320b3935edd32159c051ce17e4d7243b73c28f023ef",
1266
+ "signature": "fc130e4f8e02141099e916f097d23fef271e751b17e603a5dc4be9edbb6306a0",
1267
1267
  "affectsGlobalScope": false
1268
1268
  },
1269
1269
  "../src/BottomSheet/index.ts": {
@@ -1273,7 +1273,7 @@
1273
1273
  },
1274
1274
  "../src/TextField/Input.tsx": {
1275
1275
  "version": "3e2b1bd09f4e7df78c2bf0bac0aab0cf7fd8b54e0313334af582deaeecf5ee25",
1276
- "signature": "e644ffd7c93a3712ed776059f034d999a5843d4c43770c860b86311560d21b40",
1276
+ "signature": "a9f2af202777efadf9c3d4a52e06aea7e8fd56f8c40b11cf4aa1f297becf2878",
1277
1277
  "affectsGlobalScope": false
1278
1278
  },
1279
1279
  "../src/NotchedOutline/context.ts": {
@@ -1293,7 +1293,7 @@
1293
1293
  },
1294
1294
  "../src/LineRipple/LineRipple.tsx": {
1295
1295
  "version": "768ff0c2cb85baed3a13a91cc433c4ff9ea602b9abedae3e0ad449a604468fc8",
1296
- "signature": "8a97fa7f762fcc15fc4d558fc748f21b07f3c6c6aa2676b17c16e0511ed40bca",
1296
+ "signature": "62499fe188998ce5a5a4501869d3a859261b7a7ffe0f36eca98f6527e28923fa",
1297
1297
  "affectsGlobalScope": false
1298
1298
  },
1299
1299
  "../src/LineRipple/index.ts": {
@@ -1303,7 +1303,7 @@
1303
1303
  },
1304
1304
  "../src/TextField/FilledContainer.tsx": {
1305
1305
  "version": "aa37cb241932ddaaab2b0b2ab4915f33a4a282d44e7eeae48e22a706fc1359a2",
1306
- "signature": "85bf66f04856b51d3e2e9b6ef007753e29c334118c5bdcd6c66390c2c2b27834",
1306
+ "signature": "76d619bed6e43c6e3d6901b2826e46c7cdb4ecabf6a8f62d0bd69b48d416e728",
1307
1307
  "affectsGlobalScope": false
1308
1308
  },
1309
1309
  "../src/NotchedOutline/styledComponents.ts": {
@@ -1323,12 +1323,12 @@
1323
1323
  },
1324
1324
  "../src/TextField/OutlinedContainer.tsx": {
1325
1325
  "version": "d934436df2f6d363c2794ee77b8c94fb06b544081119bc1f5a12f9378b3f3170",
1326
- "signature": "dab3fe6363908281c8dc8f610ebff9eea0ebadab5efe9b47843ba845669701e1",
1326
+ "signature": "be46773ce8c0569fb902e76de7a1d4c8426997103a7a9ece989249a5bcbacbea",
1327
1327
  "affectsGlobalScope": false
1328
1328
  },
1329
1329
  "../src/TextField/HelperText.tsx": {
1330
1330
  "version": "dc6ce27dfb63f6fac4112fea920d08433f0799a4989dd7e7446d83e164fb3643",
1331
- "signature": "82c8fa85732be5260ad7850d498b5190715dd4b0047955ef9bf6b7648e499367",
1331
+ "signature": "08c65d209198636bcb83ac66cf1b885556c11f25fe8b06e36af76118fa2f9cd8",
1332
1332
  "affectsGlobalScope": false
1333
1333
  },
1334
1334
  "../src/TextField/IconContainer.tsx": {
@@ -1338,7 +1338,7 @@
1338
1338
  },
1339
1339
  "../src/TextField/TextField.tsx": {
1340
1340
  "version": "c0fc48497f21f4837c018dd214d8ec0d1abbab92b6473e24bbb7371e732e2bff",
1341
- "signature": "c29b77366aacd95d6cafb92ec4412e1e2a2f69e3463b2a6e01791318f0e7c7a7",
1341
+ "signature": "7edb6bc6afe4e972e975e815642ef2f963587588f9c63387264f68215f154013",
1342
1342
  "affectsGlobalScope": false
1343
1343
  },
1344
1344
  "../src/TextField/index.ts": {
@@ -1348,7 +1348,7 @@
1348
1348
  },
1349
1349
  "../src/List/List.tsx": {
1350
1350
  "version": "d9e55d001cb822dbcdd4219e2a6b2dd374a626f45865bd9da610d217d7c002a3",
1351
- "signature": "27b6445874f0284a274afaf5ecdf1f775a20a4bdcf981bc01bbc07ca3152aafd",
1351
+ "signature": "e3d50ccd15f5a895c6e817b0f06d70eea81f233308ea639f023f543f7daea917",
1352
1352
  "affectsGlobalScope": false
1353
1353
  },
1354
1354
  "../src/List/index.ts": {
@@ -1363,7 +1363,7 @@
1363
1363
  },
1364
1364
  "../src/ListItem/ListItem.tsx": {
1365
1365
  "version": "d77fcda1f662492333b86542e056cdaeeea871f5c2af0c3fef8f0401e5d4f4fd",
1366
- "signature": "fffa61acf677bef1c469152bab5e5d5547195b4eb53c721a78d32e64e323c46d",
1366
+ "signature": "9f0d69fb6fb6eb28e2017114a43880d9fe6c9fefdf2ac78226a6e5050bbed3b1",
1367
1367
  "affectsGlobalScope": false
1368
1368
  },
1369
1369
  "../src/ListItem/ListItemText.tsx": {
@@ -1378,7 +1378,7 @@
1378
1378
  },
1379
1379
  "../src/Combobox/Combobox.tsx": {
1380
1380
  "version": "ba25d29c930b178451932116b58c5ae34296f2c0189c57f8df887c4190d7ad9b",
1381
- "signature": "1ebf7abdfb18e4b0672e0428a5032a92e9646a783b05a00d2d99d94c27032b67",
1381
+ "signature": "acfa5ecc35bbe2d4dcea1dcfa1cbd3978026bfb7a306c88ad2ef9146b9ff4151",
1382
1382
  "affectsGlobalScope": false
1383
1383
  },
1384
1384
  "../src/Combobox/index.ts": {
@@ -1398,17 +1398,17 @@
1398
1398
  },
1399
1399
  "../src/CheckBox/CheckBoxIcon.tsx": {
1400
1400
  "version": "8173cc22d05b8134908e817ae3a610f60db1b51376d02387771374b79a43ee9b",
1401
- "signature": "7c3f9ca6d91d66680523a6dd5ec037abaceba9ab807dbd54b1f0a91b4d5342a5",
1401
+ "signature": "eb1dc39316d7b256ce6b620ff7873caeb34dc2855d704b685df945c7e59ef403",
1402
1402
  "affectsGlobalScope": false
1403
1403
  },
1404
1404
  "../src/SelectionControl/SelectionControlLabel.tsx": {
1405
1405
  "version": "867e83571a09cb484822f346f7ca398015a91b449824fc80778ff2d53c2f3751",
1406
- "signature": "6d1e5c66a805007acb3c801ec5e017c4c7c80b70958cf3cda9ddabc850697aca",
1406
+ "signature": "f575d43691e61033119b282d7fe5fcb910546697fdc067433234cded73e663cd",
1407
1407
  "affectsGlobalScope": false
1408
1408
  },
1409
1409
  "../src/SelectionControl/SelectionControlText.tsx": {
1410
1410
  "version": "3659e0714c618dfce1078754b4f2140cdca7b3749398c6f89ef620aaec41bbca",
1411
- "signature": "17bde1bfd5bfc45cdeb291939cfcf01e9ba96391630405e58ebf16cdfffb8daf",
1411
+ "signature": "8c05fe094c480cbb16ed3a1f3484586c0377aebe0a890ce92804e1d30308af0f",
1412
1412
  "affectsGlobalScope": false
1413
1413
  },
1414
1414
  "../src/SelectionControl/index.ts": {
@@ -1418,7 +1418,7 @@
1418
1418
  },
1419
1419
  "../src/CheckBox/CheckBox.tsx": {
1420
1420
  "version": "1b964cb073a6e507e90f2f99a5827160d4cee6bbc7f7f66702885709a14dfd70",
1421
- "signature": "8218e430f7c70374e5060292fb3ae16125cc671f4dd15584d770ba10f9e8d0c0",
1421
+ "signature": "1c399d608350f16e0d2f63bee340e492ea76c6348080057c37fdf8df2ecd38a5",
1422
1422
  "affectsGlobalScope": false
1423
1423
  },
1424
1424
  "../src/CheckBox/index.ts": {
@@ -1428,12 +1428,12 @@
1428
1428
  },
1429
1429
  "../src/Chip/ChipBase.tsx": {
1430
1430
  "version": "4bb67f8dd1f797687a35c8d26281f22aac521a0a5d4b74297ee19d22065858e4",
1431
- "signature": "4e2e5bed28bb3b0c8b50fb8d734e1f6031a6794c0890497580dc057e9d10498c",
1431
+ "signature": "8fb99b7860b24322dbf7efb0a41835850e9b0bf9c7fb9f5765cc453c8d6dcd0e",
1432
1432
  "affectsGlobalScope": false
1433
1433
  },
1434
1434
  "../src/Chip/ButtonChip.tsx": {
1435
1435
  "version": "ad1ddf92e8fee94bce1125ab3e5ca86fc723c61f5285ce23b413f45c0a499a21",
1436
- "signature": "81432c1291df7ee2322758be4413e00891ab34163f344d3370b631b72d9339e8",
1436
+ "signature": "32fb7f2dd46ba0ee6db5f6efda04de035ddb679ba58fe48c051128e54698196e",
1437
1437
  "affectsGlobalScope": false
1438
1438
  },
1439
1439
  "../src/Chip/Chip.tsx": {
@@ -1443,7 +1443,7 @@
1443
1443
  },
1444
1444
  "../src/Chip/ChoiceChip.tsx": {
1445
1445
  "version": "af1629080505b99fa8e3faed93ba2999ce250d343e17c277949e57456aed7997",
1446
- "signature": "3b1ed6323938a3f9957de6d356f913220291111491a95ed33c3b91209a2909f4",
1446
+ "signature": "714af8690a6dbea68a384cd20c17c9f9bf809511dcd52f9e5c88b50282ad287f",
1447
1447
  "affectsGlobalScope": false
1448
1448
  },
1449
1449
  "../src/Chip/index.ts": {
@@ -1453,7 +1453,7 @@
1453
1453
  },
1454
1454
  "../src/Divider/Divider.tsx": {
1455
1455
  "version": "313be0a9389990937b9f0fb8994f0100708fcf691123e00d94668552af8e703d",
1456
- "signature": "71078a15722ac89297e58a96cd07c8105b8034c5065dbbdc201d0449e5918274",
1456
+ "signature": "6cd3df3209e350b22f6c83177f201113b0cfbe8c3e31f03e9e58ce61d036ddd1",
1457
1457
  "affectsGlobalScope": false
1458
1458
  },
1459
1459
  "../src/Divider/index.ts": {
@@ -1463,7 +1463,7 @@
1463
1463
  },
1464
1464
  "../src/Dialog/Dialog.tsx": {
1465
1465
  "version": "d639a68876caa027a1aeb7fc0c1c92b88b5731f346efe4fd304e56a83d1ade7e",
1466
- "signature": "24351478070a514a64c37875806298c4e4c897a240656e0ccccda1fd1ec2e448",
1466
+ "signature": "b5549f7a572748478e1f5c7129775a0db3b53f0f2b6202bd5883e408fef02b6c",
1467
1467
  "affectsGlobalScope": false
1468
1468
  },
1469
1469
  "../src/Dialog/index.ts": {
@@ -1473,7 +1473,7 @@
1473
1473
  },
1474
1474
  "../src/Link/Link.tsx": {
1475
1475
  "version": "4a36250e23043c575330f856b19e4198f1a495a58805eedcf8367956a19f1ae6",
1476
- "signature": "a48ed93cc85c9318421f94abeed47c87818f5ff559ae1f9b570b209c2ce8f6f9",
1476
+ "signature": "4af083e44dd7d670d6743c07519de09aefd0fdf63102e687ce06f693e41e30af",
1477
1477
  "affectsGlobalScope": false
1478
1478
  },
1479
1479
  "../src/Link/index.ts": {
@@ -1488,7 +1488,7 @@
1488
1488
  },
1489
1489
  "../src/Menu/Menu.tsx": {
1490
1490
  "version": "3577bf5d9122a7882991253f4c2f6e405795dc206cbc97f7a8a308e2b1caab54",
1491
- "signature": "17527d435e50cba4588102831eff3f12c486dc6a42ca5987e9c7656a51517a13",
1491
+ "signature": "9f93f0ab3cb91de9d08f810725473aa0da6073dec954b030eee26f489c79c9c5",
1492
1492
  "affectsGlobalScope": false
1493
1493
  },
1494
1494
  "../src/Menu/index.ts": {
@@ -1518,7 +1518,7 @@
1518
1518
  },
1519
1519
  "../src/RadioButton/RadioGroup.tsx": {
1520
1520
  "version": "e4b310a93b816f3be5bdc84281528bf9111fe48c8585d2a4c9e6907bc062165d",
1521
- "signature": "91d53e2ff1026ad378a2bbcfc9bc110e976b1549e457ba7564e515e9a6f86013",
1521
+ "signature": "11e1d0d79202bf1f607fa0e1bb2635ff134934ab61a943c37eac470b4fd980f0",
1522
1522
  "affectsGlobalScope": false
1523
1523
  },
1524
1524
  "../src/RadioButton/index.ts": {
@@ -1538,7 +1538,7 @@
1538
1538
  },
1539
1539
  "../src/Select/SelectIcon.tsx": {
1540
1540
  "version": "4b6e3cc689e62ce7e109f436fcf1aefefa0d6ef8878fdb96cd6551d19d7f7893",
1541
- "signature": "e81b8ea4194a6e11dc63d9194bdf8de93798570ab820513afc81acacfb8a56ee",
1541
+ "signature": "8595f750368ea283cb8fc57b47645873c425828b63c430d1bafabd3ad2d30f3a",
1542
1542
  "affectsGlobalScope": false
1543
1543
  },
1544
1544
  "../src/Select/defaultRender.ts": {
@@ -1558,7 +1558,7 @@
1558
1558
  },
1559
1559
  "../src/SelectItem/SelectItem.tsx": {
1560
1560
  "version": "7333cd0476b33a8cdd54e2b1e8f334f0dd7abca8998af0a639b30fd30a4f8e07",
1561
- "signature": "d2c361cbb13c64e8b306b2e44c37028f7a6962ec17905a34528cc3789b3e09d3",
1561
+ "signature": "a1c1e2c7e4c9c0def90430e337c4f1352bb1c65acde607baf7d2f69b3be057af",
1562
1562
  "affectsGlobalScope": false
1563
1563
  },
1564
1564
  "../src/SelectItem/index.ts": {
@@ -1573,12 +1573,12 @@
1573
1573
  },
1574
1574
  "../src/Skeleton/Skeleton.tsx": {
1575
1575
  "version": "3f08fbff44ffc0b1b33a17d7367c1b95534ea0d70542aa1a04bb98c4fc5a895f",
1576
- "signature": "cc3c6fc7b0896d190ae59db586a8dbfa48632c36123efce672fb19632c2453c1",
1576
+ "signature": "826583898a7c169808028d9ba034feb101491e516e7795cb7b782513bbe75a78",
1577
1577
  "affectsGlobalScope": false
1578
1578
  },
1579
1579
  "../src/Skeleton/DelayAppearance.tsx": {
1580
1580
  "version": "e828fd1e5b2f04bd472f5a371090971ec23eefd3738768d1b1436b3a71f41951",
1581
- "signature": "06b56fb664ce896cc6a18ff7e7baf6c593ba894087333c6f63c39bc935254973",
1581
+ "signature": "53356e0e181a25ae4783c917123bb501bf0747be1e870e382b5489678e559580",
1582
1582
  "affectsGlobalScope": false
1583
1583
  },
1584
1584
  "../src/Skeleton/index.ts": {
@@ -1598,7 +1598,7 @@
1598
1598
  },
1599
1599
  "../src/Snackbar/Snackbar.tsx": {
1600
1600
  "version": "b0c4256e3f796d180f60f11a2a185737d2205888d208d8d43fe5681f136dc00d",
1601
- "signature": "533c7f6b476077f51aa57987bbdda51f16890290a196f67d752b6b298a5846ec",
1601
+ "signature": "25ff2c575a4524e34965e584db3ac9f733c5282e5858511971894f3b5d816229",
1602
1602
  "affectsGlobalScope": false
1603
1603
  },
1604
1604
  "../src/Snackbar/index.ts": {
@@ -1613,7 +1613,7 @@
1613
1613
  },
1614
1614
  "../src/Switch/Switch.tsx": {
1615
1615
  "version": "b8229c3d9d0e1a956c6b09e0c8012e329f79caa56db7956ef969b9edaf78a0d9",
1616
- "signature": "2ce74d1b1ae7789710badc240e695183a08e590c2309e3ea331e778599bd59b0",
1616
+ "signature": "249cd6d5f022375e7504b3958a13db24b47bd55334a2be605ce6c9fb94d55e6c",
1617
1617
  "affectsGlobalScope": false
1618
1618
  },
1619
1619
  "../src/Switch/index.ts": {
@@ -1633,7 +1633,7 @@
1633
1633
  },
1634
1634
  "../src/TabIndicator/TabIndicator.tsx": {
1635
1635
  "version": "6e6d14adbde87fdd3684cdff03803a99526dd2c96ec5056d1e8d314399950b3c",
1636
- "signature": "e1789e2bcf020a819c31afafb06eb43bab40c6680c3fa5559887beba60618527",
1636
+ "signature": "e7214e02e288f747bbc472c0edb999cfc198ccd7c363e8dea77c6efaf4304734",
1637
1637
  "affectsGlobalScope": false
1638
1638
  },
1639
1639
  "../src/TabIndicator/index.ts": {
@@ -1648,12 +1648,12 @@
1648
1648
  },
1649
1649
  "../src/Tab/TabList.tsx": {
1650
1650
  "version": "7d992d17b6cb366dce3a0521da2a521d9f075f3fbc896495fda29c43c3c7e3f5",
1651
- "signature": "f4a1c49aa8aa8fab4c6317e4d5f9f448e647376e0366ec087bf4313520e68beb",
1651
+ "signature": "890687b7683cc651a956676164f30509fce8cb72eea3676bbf8e47015358d1a1",
1652
1652
  "affectsGlobalScope": false
1653
1653
  },
1654
1654
  "../src/Tab/Tab.tsx": {
1655
1655
  "version": "10149f64eddba8e234a63ec654cc7423ceffd43304bbeda0529f5413020fb54e",
1656
- "signature": "ac9ee3a84a98c08ed121868a29ab689954be8c68ecfcc3374b4f5fe12429f15d",
1656
+ "signature": "e9c08ba95d23d187ddbd80032517be7391a2c5cab68042ded2b49c85b69c6698",
1657
1657
  "affectsGlobalScope": false
1658
1658
  },
1659
1659
  "../src/Tab/TabPanels.tsx": {
@@ -1663,7 +1663,7 @@
1663
1663
  },
1664
1664
  "../src/Tab/TabPanel.tsx": {
1665
1665
  "version": "c4fde16a4166a0801646cedae418bb2d282ffacd79b1f0d713572eb3f5764508",
1666
- "signature": "428c4745363efe4dd823c48679f174b6397f9788a9a454fd0e3bb3e9298cbbca",
1666
+ "signature": "0b4fbfcad0b0856886e88018d59bf25ceb7ea47b4003564ffd5571262792a78c",
1667
1667
  "affectsGlobalScope": false
1668
1668
  },
1669
1669
  "../src/Tab/index.ts": {
@@ -1673,7 +1673,7 @@
1673
1673
  },
1674
1674
  "../src/Table/Table.tsx": {
1675
1675
  "version": "28aa44242d425369eac0545f68a35840845f8bd044098601d5c681b4a867daea",
1676
- "signature": "756039bd11f6743c50d933fd88888358274c98403a963219e99dd50e7e2f704a",
1676
+ "signature": "6cbc861c553d458fd1db88c8d4c31fdd8991c96030e33891bd0c850e1e36033f",
1677
1677
  "affectsGlobalScope": false
1678
1678
  },
1679
1679
  "../src/Table/context.ts": {
@@ -1688,7 +1688,7 @@
1688
1688
  },
1689
1689
  "../src/Table/TableHead.tsx": {
1690
1690
  "version": "2aba7f20ef2ff8a5d509634b83eb9b253d00962dd80ba884bd4cd7f99812fd07",
1691
- "signature": "b6c61fd5924c6d2a8b3711398476213ebcebd5ef392067f708dbd8bb6fe68dec",
1691
+ "signature": "5f33d9df144b6833fd270ff4485d148170bfaa3c460746a98917f7055db1d0d6",
1692
1692
  "affectsGlobalScope": false
1693
1693
  },
1694
1694
  "../src/Table/TableCell.tsx": {
@@ -1698,7 +1698,7 @@
1698
1698
  },
1699
1699
  "../src/Table/TableRow.tsx": {
1700
1700
  "version": "58f2ecc6e444ff15f322a9745322d8248d985f42b5a8668b06bd8fd537bf3dac",
1701
- "signature": "1e5679884fd797709ddc9f9da7e1367c3dee42a3231daed4963911c8bd80dd2b",
1701
+ "signature": "2ae62db1f0f52029c4cea249735b1c2d8f07c2700a471f5328beb0b41279a443",
1702
1702
  "affectsGlobalScope": false
1703
1703
  },
1704
1704
  "../src/Table/index.ts": {
@@ -1708,7 +1708,7 @@
1708
1708
  },
1709
1709
  "../src/Tooltip/Tooltip.tsx": {
1710
1710
  "version": "ad9fa4ce7e1a1e9334ac0199db0db6bfa9c419db0da7a57c892ab01c874c165a",
1711
- "signature": "25db105dda57ef68979c2f7b0d004663feb0936eb9cd476c4565f86d54cb7092",
1711
+ "signature": "c7851de13f1b02c0f6c69ae81c08b4b719ff6aa7dd4adab8cc19d106b2c93d9a",
1712
1712
  "affectsGlobalScope": false
1713
1713
  },
1714
1714
  "../src/Tooltip/index.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basic-ui/material",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Accessible React Components used as building blocks for UI patterns",
5
5
  "author": "Lucas Terra <lucasterra7@gmail.com>",
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "test": "echo \"Error: no test specified\" && exit 1"
27
27
  },
28
28
  "dependencies": {
29
- "@basic-ui/core": "^0.0.31",
29
+ "@basic-ui/core": "^0.0.32",
30
30
  "@styled-system/should-forward-prop": "5.1.5",
31
31
  "@types/styled-system": "^5.1.10",
32
32
  "@types/styled-system__css": "^5.0.14",
@@ -50,5 +50,5 @@
50
50
  "react-dom": ">=16.14.0 || >=17.0.0",
51
51
  "react-spring": "^9.0.0"
52
52
  },
53
- "gitHead": "391419fda18decef51a35181ca10410e79693c41"
53
+ "gitHead": "5d730ab4bfea19ceb7fb52d09139c81cb4c3863f"
54
54
  }