@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.
- package/build/esm/Alert/Alert.d.ts +1 -1
- package/build/esm/AppBar/AppBar.d.ts +1 -1
- package/build/esm/AppBar/AppBarButton.d.ts +1 -1
- package/build/esm/Badge/Badge.d.ts +1 -1
- package/build/esm/BottomSheet/BottomSheet.d.ts +1 -1
- package/build/esm/BottomSheet/BottomSheetSurface.d.ts +1 -1
- package/build/esm/Button/BaseButton.d.ts +1 -1
- package/build/esm/Button/Button.d.ts +1 -1
- package/build/esm/Button/FilledButton.d.ts +1 -1
- package/build/esm/Button/OutlinedButton.d.ts +1 -1
- package/build/esm/Button/TransparentButton.d.ts +1 -1
- package/build/esm/CheckBox/CheckBox.d.ts +1 -1
- package/build/esm/CheckBox/CheckBoxIcon.d.ts +1 -1
- package/build/esm/Chip/ButtonChip.d.ts +1 -1
- package/build/esm/Chip/ChipBase.d.ts +1 -1
- package/build/esm/Chip/ChoiceChip.d.ts +1 -1
- package/build/esm/Combobox/Combobox.d.ts +7 -7
- package/build/esm/Dialog/Dialog.d.ts +1 -1
- package/build/esm/Dialog/DialogBackdrop.d.ts +1 -1
- package/build/esm/Dialog/DialogSurface.d.ts +1 -1
- package/build/esm/Dialog/Scrim.d.ts +1 -1
- package/build/esm/Divider/Divider.d.ts +1 -1
- package/build/esm/LineRipple/LineRipple.d.ts +1 -1
- package/build/esm/Link/Link.d.ts +1 -1
- package/build/esm/List/List.d.ts +1 -1
- package/build/esm/ListItem/ListItem.d.ts +1 -1
- package/build/esm/Menu/Menu.d.ts +4 -4
- package/build/esm/Paper/Paper.d.ts +1 -1
- package/build/esm/RadioButton/RadioGroup.d.ts +1 -1
- package/build/esm/Select/SelectIcon.d.ts +1 -1
- package/build/esm/SelectItem/SelectItem.d.ts +1 -1
- package/build/esm/SelectionControl/SelectionControlLabel.d.ts +1 -1
- package/build/esm/SelectionControl/SelectionControlText.d.ts +1 -1
- package/build/esm/Skeleton/DelayAppearance.d.ts +1 -1
- package/build/esm/Skeleton/Skeleton.d.ts +1 -1
- package/build/esm/Snackbar/Snackbar.d.ts +1 -1
- package/build/esm/Switch/Switch.d.ts +1 -1
- package/build/esm/Tab/Tab.d.ts +1 -1
- package/build/esm/Tab/TabList.d.ts +1 -1
- package/build/esm/Tab/TabPanel.d.ts +1 -1
- package/build/esm/TabIndicator/TabIndicator.d.ts +1 -1
- package/build/esm/Table/Table.d.ts +1 -1
- package/build/esm/Table/TableHead.d.ts +1 -1
- package/build/esm/Table/TableRow.d.ts +1 -1
- package/build/esm/Text/Text.d.ts +1 -1
- package/build/esm/TextField/FilledContainer.d.ts +1 -1
- package/build/esm/TextField/HelperText.d.ts +1 -1
- package/build/esm/TextField/Input.d.ts +1 -1
- package/build/esm/TextField/OutlinedContainer.d.ts +1 -1
- package/build/esm/TextField/TextField.d.ts +1 -1
- package/build/esm/Tooltip/Tooltip.d.ts +1 -1
- package/build/tsconfig.tsbuildinfo +51 -51
- 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, "
|
|
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, "
|
|
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, "
|
|
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": "
|
|
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": "
|
|
656
|
+
"signature": "842349024157ab55a458368b354d5168730f069aa0400bd961d79de70b35d53e",
|
|
657
657
|
"affectsGlobalScope": false
|
|
658
658
|
},
|
|
659
659
|
"../src/Button/BaseButton.tsx": {
|
|
660
660
|
"version": "32cb33929bfe7afd43279d2077a402c581e1df6aaefd33cd4c730cfac0952ec9",
|
|
661
|
-
"signature": "
|
|
661
|
+
"signature": "beec8034f8ee12f323621efe34a1ebb5f5510391ca4a81b3cf220aa7ecda6629",
|
|
662
662
|
"affectsGlobalScope": false
|
|
663
663
|
},
|
|
664
664
|
"../src/Button/TransparentButton.tsx": {
|
|
665
665
|
"version": "4475e5383b21a01e11890dced7e0b87e1e941e3dcef124d7f8b1ebaa9fa07091",
|
|
666
|
-
"signature": "
|
|
666
|
+
"signature": "e213101ecd803c608cf929af8ebe82c9d1c07a726c1b711f6dd0a28dedd42dd9",
|
|
667
667
|
"affectsGlobalScope": false
|
|
668
668
|
},
|
|
669
669
|
"../src/Button/FilledButton.tsx": {
|
|
670
670
|
"version": "1188dda4d37012d998f56acdf21625cf7ef8cfd351e55849218e28bae8aa405a",
|
|
671
|
-
"signature": "
|
|
671
|
+
"signature": "c85cc2081f109fea949401c7f3e7fc52001731b819374727c01e1291312b89fe",
|
|
672
672
|
"affectsGlobalScope": false
|
|
673
673
|
},
|
|
674
674
|
"../src/Button/OutlinedButton.tsx": {
|
|
675
675
|
"version": "d03bde9ee89eaa8f8e1a6836917c93f9d4ca1f482c3c8ab660c4f92976d83be8",
|
|
676
|
-
"signature": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
1256
|
+
"signature": "fdcc47226409b5cb420f17df47cc9b9919dcda7b4448413f2853c805c1295493",
|
|
1257
1257
|
"affectsGlobalScope": false
|
|
1258
1258
|
},
|
|
1259
1259
|
"../src/BottomSheet/BottomSheetSurface.tsx": {
|
|
1260
1260
|
"version": "82be5799f4c2d0828f64aec4f2a1f2ccc1d3f07f96abe46f9e942ce056e69524",
|
|
1261
|
-
"signature": "
|
|
1261
|
+
"signature": "8439c6faac67d1d3119151743c1c8b4d004d0013e916b2d1dcc8cb810cff52fe",
|
|
1262
1262
|
"affectsGlobalScope": false
|
|
1263
1263
|
},
|
|
1264
1264
|
"../src/BottomSheet/BottomSheet.tsx": {
|
|
1265
1265
|
"version": "bcf2ed4e36698ec583d9a9dc04a40eb39e00a11013793e9a1b3b7dea74bc4f3e",
|
|
1266
|
-
"signature": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
1326
|
+
"signature": "be46773ce8c0569fb902e76de7a1d4c8426997103a7a9ece989249a5bcbacbea",
|
|
1327
1327
|
"affectsGlobalScope": false
|
|
1328
1328
|
},
|
|
1329
1329
|
"../src/TextField/HelperText.tsx": {
|
|
1330
1330
|
"version": "dc6ce27dfb63f6fac4112fea920d08433f0799a4989dd7e7446d83e164fb3643",
|
|
1331
|
-
"signature": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
1401
|
+
"signature": "eb1dc39316d7b256ce6b620ff7873caeb34dc2855d704b685df945c7e59ef403",
|
|
1402
1402
|
"affectsGlobalScope": false
|
|
1403
1403
|
},
|
|
1404
1404
|
"../src/SelectionControl/SelectionControlLabel.tsx": {
|
|
1405
1405
|
"version": "867e83571a09cb484822f346f7ca398015a91b449824fc80778ff2d53c2f3751",
|
|
1406
|
-
"signature": "
|
|
1406
|
+
"signature": "f575d43691e61033119b282d7fe5fcb910546697fdc067433234cded73e663cd",
|
|
1407
1407
|
"affectsGlobalScope": false
|
|
1408
1408
|
},
|
|
1409
1409
|
"../src/SelectionControl/SelectionControlText.tsx": {
|
|
1410
1410
|
"version": "3659e0714c618dfce1078754b4f2140cdca7b3749398c6f89ef620aaec41bbca",
|
|
1411
|
-
"signature": "
|
|
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": "
|
|
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": "
|
|
1431
|
+
"signature": "8fb99b7860b24322dbf7efb0a41835850e9b0bf9c7fb9f5765cc453c8d6dcd0e",
|
|
1432
1432
|
"affectsGlobalScope": false
|
|
1433
1433
|
},
|
|
1434
1434
|
"../src/Chip/ButtonChip.tsx": {
|
|
1435
1435
|
"version": "ad1ddf92e8fee94bce1125ab3e5ca86fc723c61f5285ce23b413f45c0a499a21",
|
|
1436
|
-
"signature": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
1576
|
+
"signature": "826583898a7c169808028d9ba034feb101491e516e7795cb7b782513bbe75a78",
|
|
1577
1577
|
"affectsGlobalScope": false
|
|
1578
1578
|
},
|
|
1579
1579
|
"../src/Skeleton/DelayAppearance.tsx": {
|
|
1580
1580
|
"version": "e828fd1e5b2f04bd472f5a371090971ec23eefd3738768d1b1436b3a71f41951",
|
|
1581
|
-
"signature": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
1651
|
+
"signature": "890687b7683cc651a956676164f30509fce8cb72eea3676bbf8e47015358d1a1",
|
|
1652
1652
|
"affectsGlobalScope": false
|
|
1653
1653
|
},
|
|
1654
1654
|
"../src/Tab/Tab.tsx": {
|
|
1655
1655
|
"version": "10149f64eddba8e234a63ec654cc7423ceffd43304bbeda0529f5413020fb54e",
|
|
1656
|
-
"signature": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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.
|
|
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.
|
|
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": "
|
|
53
|
+
"gitHead": "5d730ab4bfea19ceb7fb52d09139c81cb4c3863f"
|
|
54
54
|
}
|