@basic-ui/material 1.0.0-alpha.17 → 1.0.0-alpha.18
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/cjs/index.js +7 -5
- package/build/cjs/index.js.map +1 -1
- package/build/esm/AppBar/AppBarButton.d.ts +1 -1
- package/build/esm/Button/BaseButton.d.ts +1 -1
- package/build/esm/Button/BaseButton.js +1 -0
- package/build/esm/Button/BaseButton.js.map +1 -1
- package/build/esm/Button/Button.d.ts +1 -1
- package/build/esm/Button/ButtonGroup.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/Chip/ButtonChip.d.ts +1 -1
- package/build/esm/Combobox/Combobox.d.ts +7 -7
- package/build/esm/Menu/Menu.d.ts +4 -4
- package/build/esm/Select/Select.d.ts +1 -1
- package/build/esm/Slider/Slider.d.ts +6 -6
- package/build/esm/Slider/Slider.js +6 -6
- package/build/esm/Slider/Slider.js.map +1 -1
- package/build/esm/Table/TableHead.d.ts +1 -1
- package/build/tsconfig-build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/Button/BaseButton.tsx +1 -0
- package/src/Slider/Slider.tsx +6 -6
|
@@ -15,4 +15,4 @@ export interface SelectProps extends Omit<BoxProps<HTMLSelectElement, SelectHTML
|
|
|
15
15
|
renderValue?: (value?: string) => string | undefined;
|
|
16
16
|
leadingIcon?: ReactNode;
|
|
17
17
|
}
|
|
18
|
-
export declare const Select: import("react").ForwardRefExoticComponent<Pick<SelectProps, "
|
|
18
|
+
export declare const Select: import("react").ForwardRefExoticComponent<Pick<SelectProps, "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" | "autoFocus" | "disabled" | "form" | "name" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "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" | "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" | "label" | "error" | "multiple" | "autoComplete" | "required" | "leadingIcon" | "helperText" | "native" | "renderValue"> & import("react").RefAttributes<HTMLButtonElement | HTMLSelectElement>>;
|
|
@@ -4,14 +4,14 @@ import type { HTMLAttributes } from 'react';
|
|
|
4
4
|
import type { BoxProps } from '../Box';
|
|
5
5
|
import type { RippleBoxProps } from '../Ripple';
|
|
6
6
|
export declare type SliderInputProps = Omit<BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>, 'onChange' | 'onMouseDown' | 'onMouseMove' | 'onMouseUp' | 'onPointerDown' | 'onPointerUp' | 'onTouchEnd' | 'onTouchMove' | 'onTouchStart'> & SliderInputPropsCore;
|
|
7
|
-
export declare const SliderInput: import("react").ForwardRefExoticComponent<Pick<SliderInputProps, "
|
|
7
|
+
export declare const SliderInput: import("react").ForwardRefExoticComponent<Pick<SliderInputProps, "hidden" | keyof import("../Box").BaseProps | keyof import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").LayoutProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").TypographyProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ColorProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").FlexboxProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BorderProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").GridProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BackgroundProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Background<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").PositionProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ShadowProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | "disabled" | "name" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "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" | "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" | "step" | "getAriaLabel" | "getAriaValueText" | "handleAlignment" | "max" | "min" | "orientation"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
8
|
export declare type SliderHandleProps = SliderHandlePropsCore & RippleBoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;
|
|
9
|
-
export declare const SliderHandle: import("react").ForwardRefExoticComponent<Pick<SliderHandleProps, "hidden" |
|
|
9
|
+
export declare const SliderHandle: import("react").ForwardRefExoticComponent<Pick<SliderHandleProps, "hidden" | keyof import("../Box").BaseProps | keyof import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").LayoutProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").TypographyProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ColorProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").FlexboxProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BorderProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").GridProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BackgroundProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Background<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").PositionProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ShadowProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "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" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "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" | "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" | keyof import("../Ripple").UseRippleSurfaceOptions<HTMLDivElement>> & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
10
|
export declare type SliderMarkerProps = SliderMarkerPropsCore & BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;
|
|
11
|
-
export declare const SliderMarker: import("react").ForwardRefExoticComponent<Pick<SliderMarkerProps, "
|
|
11
|
+
export declare const SliderMarker: import("react").ForwardRefExoticComponent<Pick<SliderMarkerProps, "hidden" | keyof import("../Box").BaseProps | keyof import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").LayoutProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").TypographyProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ColorProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").FlexboxProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BorderProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").GridProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BackgroundProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Background<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").PositionProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ShadowProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "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" | "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"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
12
|
export declare type SliderTrackProps = SliderTrackPropsCore & BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;
|
|
13
|
-
export declare const SliderTrack: import("react").ForwardRefExoticComponent<Pick<SliderTrackProps, "
|
|
13
|
+
export declare const SliderTrack: import("react").ForwardRefExoticComponent<Pick<SliderTrackProps, "hidden" | keyof import("../Box").BaseProps | keyof import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").LayoutProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").TypographyProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ColorProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").FlexboxProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BorderProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").GridProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BackgroundProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Background<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").PositionProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ShadowProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "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" | "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"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
14
|
export declare type SliderRangeProps = SliderRangePropsCore & BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;
|
|
15
|
-
export declare const SliderRange: import("react").ForwardRefExoticComponent<Pick<SliderRangeProps, "
|
|
15
|
+
export declare const SliderRange: import("react").ForwardRefExoticComponent<Pick<SliderRangeProps, "hidden" | keyof import("../Box").BaseProps | keyof import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").LayoutProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").TypographyProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ColorProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").FlexboxProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BorderProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").GridProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BackgroundProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Background<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").PositionProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ShadowProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "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" | "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"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
16
16
|
export declare type SliderProps = SliderPropsCore & Omit<BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>, 'onChange' | 'onMouseDown' | 'onMouseMove' | 'onMouseUp' | 'onPointerDown' | 'onPointerUp' | 'onTouchEnd' | 'onTouchMove' | 'onTouchStart'>;
|
|
17
|
-
export declare const Slider: import("react").ForwardRefExoticComponent<Pick<SliderProps, "
|
|
17
|
+
export declare const Slider: import("react").ForwardRefExoticComponent<Pick<SliderProps, "hidden" | keyof import("../Box").BaseProps | keyof import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").LayoutProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").TypographyProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ColorProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").FlexboxProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BorderProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").GridProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BackgroundProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Background<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").PositionProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ShadowProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "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" | "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" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEndCapture" | "onTouchMoveCapture" | "onTouchStartCapture" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "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" | keyof SliderPropsCore> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -9,7 +9,6 @@ var _excluded = ["as", "__css"],
|
|
|
9
9
|
import { SliderHandle as SliderHandleCore, SliderInput as SliderInputCore, SliderMarker as SliderMarkerCore, SliderTrack as SliderTrackCore, SliderRange as SliderRangeCore } from '@basic-ui/core';
|
|
10
10
|
import { forwardRef } from 'react';
|
|
11
11
|
import { Box } from '../Box';
|
|
12
|
-
import { alpha } from '../color';
|
|
13
12
|
import { RippleBox } from '../Ripple'; /////////////////////////////////////////////////////
|
|
14
13
|
// SliderInput
|
|
15
14
|
|
|
@@ -130,9 +129,10 @@ export var SliderMarker = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
130
129
|
left: '50%',
|
|
131
130
|
transform: 'translate(-50%, -50%)'
|
|
132
131
|
},
|
|
133
|
-
|
|
132
|
+
opacity: 0.38,
|
|
133
|
+
bg: 'on.surface-variant',
|
|
134
134
|
'&[data-state="at-value"],&[data-state="under-value"]': {
|
|
135
|
-
bg:
|
|
135
|
+
bg: 'on.primary'
|
|
136
136
|
}
|
|
137
137
|
}, __css)
|
|
138
138
|
}));
|
|
@@ -153,7 +153,7 @@ export var SliderTrack = /*#__PURE__*/forwardRef(function (_ref4, ref) {
|
|
|
153
153
|
__css: _extends({
|
|
154
154
|
position: 'relative',
|
|
155
155
|
borderRadius: 'full',
|
|
156
|
-
bg:
|
|
156
|
+
bg: 'surface-variant',
|
|
157
157
|
'&[data-orientation="horizontal"]': {
|
|
158
158
|
width: '100%',
|
|
159
159
|
height: 'inherit'
|
|
@@ -200,10 +200,10 @@ export var SliderRange = /*#__PURE__*/forwardRef(function (_ref5, ref) {
|
|
|
200
200
|
bottom: '0',
|
|
201
201
|
top: '50%',
|
|
202
202
|
'&[data-orientation="horizontal"]': {
|
|
203
|
-
height: '
|
|
203
|
+
height: '100%'
|
|
204
204
|
},
|
|
205
205
|
'&[data-orientation="vertical"]': {
|
|
206
|
-
width: '
|
|
206
|
+
width: '100%'
|
|
207
207
|
},
|
|
208
208
|
transform: 'translateY(-50%)'
|
|
209
209
|
}, __css)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slider.js","names":["SliderHandle","SliderHandleCore","SliderInput","SliderInputCore","SliderMarker","SliderMarkerCore","SliderTrack","SliderTrackCore","SliderRange","SliderRangeCore","forwardRef","Box","alpha","RippleBox","ref","as","__css","props","maxWidth","cursor","height","width","maxHeight","opacity","pointerEvents","children","position","color","borderRadius","zIndex","transformOrigin","userSelect","top","transform","left","outline","bg","boxShadow","content","bottom","Slider","forwardedRef","otherProps"],"sources":["../../../src/Slider/Slider.tsx"],"sourcesContent":["import {\n SliderHandle as SliderHandleCore,\n SliderInput as SliderInputCore,\n SliderMarker as SliderMarkerCore,\n SliderTrack as SliderTrackCore,\n SliderRange as SliderRangeCore,\n} from '@basic-ui/core';\nimport type {\n SliderProps as SliderPropsCore,\n SliderHandleProps as SliderHandlePropsCore,\n SliderInputProps as SliderInputPropsCore,\n SliderMarkerProps as SliderMarkerPropsCore,\n SliderTrackProps as SliderTrackPropsCore,\n SliderRangeProps as SliderRangePropsCore,\n} from '@basic-ui/core';\nexport type { SliderHandleAlignment } from '@basic-ui/core';\nimport type { HTMLAttributes } from 'react';\nimport { forwardRef } from 'react';\nimport { rem } from 'polished';\n\nimport type { BoxProps } from '../Box';\nimport { Box } from '../Box';\nimport { alpha } from '../color';\nimport type { RippleBoxProps } from '../Ripple';\nimport { RippleBox } from '../Ripple';\n\n/////////////////////////////////////////////////////\n// SliderInput\n\nexport type SliderInputProps = Omit<\n BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>,\n | 'onChange'\n | 'onMouseDown'\n | 'onMouseMove'\n | 'onMouseUp'\n | 'onPointerDown'\n | 'onPointerUp'\n | 'onTouchEnd'\n | 'onTouchMove'\n | 'onTouchStart'\n> &\n SliderInputPropsCore;\n\nexport const SliderInput = forwardRef<HTMLDivElement, SliderInputProps>(\n ({ as = 'div', __css, ...props }, ref) => (\n <SliderInputCore\n as={Box}\n innerAs={as as any}\n ref={ref}\n {...props}\n __css={{\n maxWidth: '100%',\n cursor: 'pointer',\n '&[data-orientation=\"horizontal\"]': { height: rem(4) },\n '&[data-orientation=\"vertical\"]': {\n width: rem(4),\n height: '250px',\n maxHeight: '100%',\n },\n '&[data-disabled]': { opacity: 0.5, pointerEvents: 'none' },\n ...__css,\n }}\n />\n )\n);\n\n/////////////////////////////////////////////////////\n// SliderHandle\n\nexport type SliderHandleProps = SliderHandlePropsCore &\n RippleBoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;\n\nexport const SliderHandle = forwardRef<HTMLDivElement, SliderHandleProps>(\n ({ as = 'div', __css, children, ...props }, ref) => (\n <SliderHandleCore\n as={RippleBox}\n innerAs={as as any}\n ref={ref}\n rippleColor=\"currentColor\"\n hoverOpacity={0.12}\n focusOpacity={0.24}\n pressedOpacity={0.24}\n mouseFocus\n center\n __css={{\n position: 'relative',\n width: rem(40),\n height: rem(40),\n color: 'primary',\n borderRadius: 'full',\n zIndex: 1,\n transformOrigin: 'center',\n userSelect: 'none',\n '&[aria-orientation=\"horizontal\"]': {\n top: '50%',\n transform: 'translateY(-50%)',\n },\n '&[aria-orientation=\"horizontal\"]:focus': {\n transform: 'translateY(-50%)',\n },\n '&[aria-orientation=\"vertical\"]': {\n left: '50%',\n transform: 'translateX(-50%)',\n },\n ':focus': {\n outline: 'none',\n },\n ...__css,\n }}\n {...props}\n >\n <Box\n __css={{\n bg: 'currentColor',\n width: '50%',\n height: '50%',\n borderRadius: 'full',\n pointerEvents: 'none',\n position: 'absolute',\n top: '50%',\n left: '50%',\n transform: 'translate(-50%, -50%)',\n boxShadow: 1,\n }}\n />\n {children}\n </SliderHandleCore>\n )\n);\n\n/////////////////////////////////////////////////////\n// SliderMarker\n\nexport type SliderMarkerProps = SliderMarkerPropsCore &\n BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;\n\nexport const SliderMarker = forwardRef<HTMLDivElement, SliderMarkerProps>(\n ({ as = 'div', __css, ...props }, ref) => (\n <SliderMarkerCore\n as={Box}\n innerAs={as as any}\n ref={ref}\n {...props}\n __css={{\n transformOrigin: 'center',\n borderRadius: 'full',\n width: '2px',\n height: '2px',\n '&[data-orientation=\"horizontal\"]': {\n top: '50%',\n transform: 'translate(-50%, -50%)',\n },\n '&[data-orientation=\"vertical\"]': {\n left: '50%',\n transform: 'translate(-50%, -50%)',\n },\n bg: alpha('primary', 0.8),\n '&[data-state=\"at-value\"],&[data-state=\"under-value\"]': {\n bg: alpha('on.primary', 0.8),\n },\n ...__css,\n }}\n />\n )\n);\n\n/////////////////////////////////////////////////////\n// SliderTrack\n\nexport type SliderTrackProps = SliderTrackPropsCore &\n BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;\n\nexport const SliderTrack = forwardRef<HTMLDivElement, SliderTrackProps>(\n ({ as = 'div', __css, ...props }, ref) => (\n <SliderTrackCore\n as={Box}\n innerAs={as as any}\n ref={ref}\n {...props}\n __css={{\n position: 'relative',\n borderRadius: 'full',\n bg: alpha('primary', 0.38),\n '&[data-orientation=\"horizontal\"]': {\n width: '100%',\n height: 'inherit',\n },\n '&[data-orientation=\"vertical\"]': {\n width: 'inherit',\n height: '100%',\n },\n '&::before': {\n content: '\"\"',\n position: 'absolute',\n },\n '&[data-orientation=\"horizontal\"]::before': {\n width: '100%',\n height: '1.5rem',\n top: 'calc(-0.5rem - 1px)',\n left: '0',\n },\n '&[data-orientation=\"vertical\"]::before': {\n width: '1.5rem',\n height: '100%',\n top: '0',\n left: 'calc(-0.5rem - 1px)',\n },\n ...__css,\n }}\n />\n )\n);\n\n/////////////////////////////////////////////////////\n// SliderRange\n\nexport type SliderRangeProps = SliderRangePropsCore &\n BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;\n\nexport const SliderRange = forwardRef<HTMLDivElement, SliderRangeProps>(\n ({ as = 'div', __css, ...props }, ref) => (\n <SliderRangeCore\n as={Box}\n innerAs={as as any}\n ref={ref}\n __css={{\n borderRadius: 'inherit',\n bg: 'primary',\n left: '0',\n bottom: '0',\n top: '50%',\n '&[data-orientation=\"horizontal\"]': {\n height: '150%',\n },\n '&[data-orientation=\"vertical\"]': {\n width: '150%',\n },\n transform: 'translateY(-50%)',\n ...__css,\n }}\n {...props}\n />\n )\n);\n\nexport type SliderProps = SliderPropsCore &\n Omit<\n BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>,\n | 'onChange'\n | 'onMouseDown'\n | 'onMouseMove'\n | 'onMouseUp'\n | 'onPointerDown'\n | 'onPointerUp'\n | 'onTouchEnd'\n | 'onTouchMove'\n | 'onTouchStart'\n >;\n\nexport const Slider = forwardRef<HTMLDivElement, SliderProps>(function Slider(\n props,\n forwardedRef\n) {\n const { children, ...otherProps } = props;\n\n return (\n <SliderInput {...otherProps} ref={forwardedRef} data-reach-slider=\"\">\n <SliderTrack>\n <SliderRange />\n <SliderHandle />\n {children}\n </SliderTrack>\n </SliderInput>\n );\n});\n"],"mappings":";;;;;;;;AAAA,SACEA,YAAY,IAAIC,gBADlB,EAEEC,WAAW,IAAIC,eAFjB,EAGEC,YAAY,IAAIC,gBAHlB,EAIEC,WAAW,IAAIC,eAJjB,EAKEC,WAAW,IAAIC,eALjB,QAMO,gBANP;AAiBA,SAASC,UAAT,QAA2B,OAA3B;AAIA,SAASC,GAAT,QAAoB,QAApB;AACA,SAASC,KAAT,QAAsB,UAAtB;AAEA,SAASC,SAAT,QAA0B,WAA1B,C,CAEA;AACA;;;;AAgBA,OAAO,IAAMX,WAAW,gBAAGQ,UAAU,CACnC,gBAAkCI,GAAlC;EAAA,mBAAGC,EAAH;EAAA,IAAGA,EAAH,wBAAQ,KAAR;EAAA,IAAeC,KAAf,QAAeA,KAAf;EAAA,IAAyBC,KAAzB;;EAAA,oBACE,KAAC,eAAD;IACE,EAAE,EAAEN,GADN;IAEE,OAAO,EAAEI,EAFX;IAGE,GAAG,EAAED;EAHP,GAIMG,KAJN;IAKE,KAAK;MACHC,QAAQ,EAAE,MADP;MAEHC,MAAM,EAAE,SAFL;MAGH,oCAAoC;QAAEC,MAAM;MAAR,CAHjC;MAIH,kCAAkC;QAChCC,KAAK,WAD2B;QAEhCD,MAAM,EAAE,OAFwB;QAGhCE,SAAS,EAAE;MAHqB,CAJ/B;MASH,oBAAoB;QAAEC,OAAO,EAAE,GAAX;QAAgBC,aAAa,EAAE;MAA/B;IATjB,GAUAR,KAVA;EALP,GADF;AAAA,CADmC,CAA9B,C,CAuBP;AACA;;AAKA,OAAO,IAAMhB,YAAY,gBAAGU,UAAU,CACpC,iBAA4CI,GAA5C;EAAA,qBAAGC,EAAH;EAAA,IAAGA,EAAH,yBAAQ,KAAR;EAAA,IAAeC,KAAf,SAAeA,KAAf;EAAA,IAAsBS,QAAtB,SAAsBA,QAAtB;EAAA,IAAmCR,KAAnC;;EAAA,oBACE,MAAC,gBAAD;IACE,EAAE,EAAEJ,SADN;IAEE,OAAO,EAAEE,EAFX;IAGE,GAAG,EAAED,GAHP;IAIE,WAAW,EAAC,cAJd;IAKE,YAAY,EAAE,IALhB;IAME,YAAY,EAAE,IANhB;IAOE,cAAc,EAAE,IAPlB;IAQE,UAAU,MARZ;IASE,MAAM,MATR;IAUE,KAAK;MACHY,QAAQ,EAAE,UADP;MAEHL,KAAK,UAFF;MAGHD,MAAM,UAHH;MAIHO,KAAK,EAAE,SAJJ;MAKHC,YAAY,EAAE,MALX;MAMHC,MAAM,EAAE,CANL;MAOHC,eAAe,EAAE,QAPd;MAQHC,UAAU,EAAE,MART;MASH,oCAAoC;QAClCC,GAAG,EAAE,KAD6B;QAElCC,SAAS,EAAE;MAFuB,CATjC;MAaH,0CAA0C;QACxCA,SAAS,EAAE;MAD6B,CAbvC;MAgBH,kCAAkC;QAChCC,IAAI,EAAE,KAD0B;QAEhCD,SAAS,EAAE;MAFqB,CAhB/B;MAoBH,UAAU;QACRE,OAAO,EAAE;MADD;IApBP,GAuBAnB,KAvBA;EAVP,GAmCMC,KAnCN;IAAA,wBAqCE,KAAC,GAAD;MACE,KAAK,EAAE;QACLmB,EAAE,EAAE,cADC;QAELf,KAAK,EAAE,KAFF;QAGLD,MAAM,EAAE,KAHH;QAILQ,YAAY,EAAE,MAJT;QAKLJ,aAAa,EAAE,MALV;QAMLE,QAAQ,EAAE,UANL;QAOLM,GAAG,EAAE,KAPA;QAQLE,IAAI,EAAE,KARD;QASLD,SAAS,EAAE,uBATN;QAULI,SAAS,EAAE;MAVN;IADT,EArCF,EAmDGZ,QAnDH;EAAA,GADF;AAAA,CADoC,CAA/B,C,CA0DP;AACA;;AAKA,OAAO,IAAMrB,YAAY,gBAAGM,UAAU,CACpC,iBAAkCI,GAAlC;EAAA,qBAAGC,EAAH;EAAA,IAAGA,EAAH,yBAAQ,KAAR;EAAA,IAAeC,KAAf,SAAeA,KAAf;EAAA,IAAyBC,KAAzB;;EAAA,oBACE,KAAC,gBAAD;IACE,EAAE,EAAEN,GADN;IAEE,OAAO,EAAEI,EAFX;IAGE,GAAG,EAAED;EAHP,GAIMG,KAJN;IAKE,KAAK;MACHa,eAAe,EAAE,QADd;MAEHF,YAAY,EAAE,MAFX;MAGHP,KAAK,EAAE,KAHJ;MAIHD,MAAM,EAAE,KAJL;MAKH,oCAAoC;QAClCY,GAAG,EAAE,KAD6B;QAElCC,SAAS,EAAE;MAFuB,CALjC;MASH,kCAAkC;QAChCC,IAAI,EAAE,KAD0B;QAEhCD,SAAS,EAAE;MAFqB,CAT/B;MAaHG,EAAE,EAAExB,KAAK,CAAC,SAAD,EAAY,GAAZ,CAbN;MAcH,wDAAwD;QACtDwB,EAAE,EAAExB,KAAK,CAAC,YAAD,EAAe,GAAf;MAD6C;IAdrD,GAiBAI,KAjBA;EALP,GADF;AAAA,CADoC,CAA/B,C,CA8BP;AACA;;AAKA,OAAO,IAAMV,WAAW,gBAAGI,UAAU,CACnC,iBAAkCI,GAAlC;EAAA,qBAAGC,EAAH;EAAA,IAAGA,EAAH,yBAAQ,KAAR;EAAA,IAAeC,KAAf,SAAeA,KAAf;EAAA,IAAyBC,KAAzB;;EAAA,oBACE,KAAC,eAAD;IACE,EAAE,EAAEN,GADN;IAEE,OAAO,EAAEI,EAFX;IAGE,GAAG,EAAED;EAHP,GAIMG,KAJN;IAKE,KAAK;MACHS,QAAQ,EAAE,UADP;MAEHE,YAAY,EAAE,MAFX;MAGHQ,EAAE,EAAExB,KAAK,CAAC,SAAD,EAAY,IAAZ,CAHN;MAIH,oCAAoC;QAClCS,KAAK,EAAE,MAD2B;QAElCD,MAAM,EAAE;MAF0B,CAJjC;MAQH,kCAAkC;QAChCC,KAAK,EAAE,SADyB;QAEhCD,MAAM,EAAE;MAFwB,CAR/B;MAYH,aAAa;QACXkB,OAAO,EAAE,IADE;QAEXZ,QAAQ,EAAE;MAFC,CAZV;MAgBH,4CAA4C;QAC1CL,KAAK,EAAE,MADmC;QAE1CD,MAAM,EAAE,QAFkC;QAG1CY,GAAG,EAAE,qBAHqC;QAI1CE,IAAI,EAAE;MAJoC,CAhBzC;MAsBH,0CAA0C;QACxCb,KAAK,EAAE,QADiC;QAExCD,MAAM,EAAE,MAFgC;QAGxCY,GAAG,EAAE,GAHmC;QAIxCE,IAAI,EAAE;MAJkC;IAtBvC,GA4BAlB,KA5BA;EALP,GADF;AAAA,CADmC,CAA9B,C,CAyCP;AACA;;AAKA,OAAO,IAAMR,WAAW,gBAAGE,UAAU,CACnC,iBAAkCI,GAAlC;EAAA,qBAAGC,EAAH;EAAA,IAAGA,EAAH,yBAAQ,KAAR;EAAA,IAAeC,KAAf,SAAeA,KAAf;EAAA,IAAyBC,KAAzB;;EAAA,oBACE,KAAC,eAAD;IACE,EAAE,EAAEN,GADN;IAEE,OAAO,EAAEI,EAFX;IAGE,GAAG,EAAED,GAHP;IAIE,KAAK;MACHc,YAAY,EAAE,SADX;MAEHQ,EAAE,EAAE,SAFD;MAGHF,IAAI,EAAE,GAHH;MAIHK,MAAM,EAAE,GAJL;MAKHP,GAAG,EAAE,KALF;MAMH,oCAAoC;QAClCZ,MAAM,EAAE;MAD0B,CANjC;MASH,kCAAkC;QAChCC,KAAK,EAAE;MADyB,CAT/B;MAYHY,SAAS,EAAE;IAZR,GAaAjB,KAbA;EAJP,GAmBMC,KAnBN,EADF;AAAA,CADmC,CAA9B;AAwCP,OAAO,IAAMuB,MAAM,gBAAG9B,UAAU,CAA8B,SAAS8B,MAAT,CAC5DvB,KAD4D,EAE5DwB,YAF4D,EAG5D;EACA,IAAQhB,QAAR,GAAoCR,KAApC,CAAQQ,QAAR;EAAA,IAAqBiB,UAArB,4BAAoCzB,KAApC;;EAEA,oBACE,KAAC,WAAD,wBAAiByB,UAAjB;IAA6B,GAAG,EAAED,YAAlC;IAAgD,qBAAkB,EAAlE;IAAA,uBACE,MAAC,WAAD;MAAA,wBACE,KAAC,WAAD,KADF,eAEE,KAAC,YAAD,KAFF,EAGGhB,QAHH;IAAA;EADF,GADF;AASD,CAf+B,CAAzB"}
|
|
1
|
+
{"version":3,"file":"Slider.js","names":["SliderHandle","SliderHandleCore","SliderInput","SliderInputCore","SliderMarker","SliderMarkerCore","SliderTrack","SliderTrackCore","SliderRange","SliderRangeCore","forwardRef","Box","RippleBox","ref","as","__css","props","maxWidth","cursor","height","width","maxHeight","opacity","pointerEvents","children","position","color","borderRadius","zIndex","transformOrigin","userSelect","top","transform","left","outline","bg","boxShadow","content","bottom","Slider","forwardedRef","otherProps"],"sources":["../../../src/Slider/Slider.tsx"],"sourcesContent":["import {\n SliderHandle as SliderHandleCore,\n SliderInput as SliderInputCore,\n SliderMarker as SliderMarkerCore,\n SliderTrack as SliderTrackCore,\n SliderRange as SliderRangeCore,\n} from '@basic-ui/core';\nimport type {\n SliderProps as SliderPropsCore,\n SliderHandleProps as SliderHandlePropsCore,\n SliderInputProps as SliderInputPropsCore,\n SliderMarkerProps as SliderMarkerPropsCore,\n SliderTrackProps as SliderTrackPropsCore,\n SliderRangeProps as SliderRangePropsCore,\n} from '@basic-ui/core';\nexport type { SliderHandleAlignment } from '@basic-ui/core';\nimport type { HTMLAttributes } from 'react';\nimport { forwardRef } from 'react';\nimport { rem } from 'polished';\n\nimport type { BoxProps } from '../Box';\nimport { Box } from '../Box';\nimport type { RippleBoxProps } from '../Ripple';\nimport { RippleBox } from '../Ripple';\n\n/////////////////////////////////////////////////////\n// SliderInput\n\nexport type SliderInputProps = Omit<\n BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>,\n | 'onChange'\n | 'onMouseDown'\n | 'onMouseMove'\n | 'onMouseUp'\n | 'onPointerDown'\n | 'onPointerUp'\n | 'onTouchEnd'\n | 'onTouchMove'\n | 'onTouchStart'\n> &\n SliderInputPropsCore;\n\nexport const SliderInput = forwardRef<HTMLDivElement, SliderInputProps>(\n ({ as = 'div', __css, ...props }, ref) => (\n <SliderInputCore\n as={Box}\n innerAs={as as any}\n ref={ref}\n {...props}\n __css={{\n maxWidth: '100%',\n cursor: 'pointer',\n '&[data-orientation=\"horizontal\"]': { height: rem(4) },\n '&[data-orientation=\"vertical\"]': {\n width: rem(4),\n height: '250px',\n maxHeight: '100%',\n },\n '&[data-disabled]': { opacity: 0.5, pointerEvents: 'none' },\n ...__css,\n }}\n />\n )\n);\n\n/////////////////////////////////////////////////////\n// SliderHandle\n\nexport type SliderHandleProps = SliderHandlePropsCore &\n RippleBoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;\n\nexport const SliderHandle = forwardRef<HTMLDivElement, SliderHandleProps>(\n ({ as = 'div', __css, children, ...props }, ref) => (\n <SliderHandleCore\n as={RippleBox}\n innerAs={as as any}\n ref={ref}\n rippleColor=\"currentColor\"\n hoverOpacity={0.12}\n focusOpacity={0.24}\n pressedOpacity={0.24}\n mouseFocus\n center\n __css={{\n position: 'relative',\n width: rem(40),\n height: rem(40),\n color: 'primary',\n borderRadius: 'full',\n zIndex: 1,\n transformOrigin: 'center',\n userSelect: 'none',\n '&[aria-orientation=\"horizontal\"]': {\n top: '50%',\n transform: 'translateY(-50%)',\n },\n '&[aria-orientation=\"horizontal\"]:focus': {\n transform: 'translateY(-50%)',\n },\n '&[aria-orientation=\"vertical\"]': {\n left: '50%',\n transform: 'translateX(-50%)',\n },\n ':focus': {\n outline: 'none',\n },\n ...__css,\n }}\n {...props}\n >\n <Box\n __css={{\n bg: 'currentColor',\n width: '50%',\n height: '50%',\n borderRadius: 'full',\n pointerEvents: 'none',\n position: 'absolute',\n top: '50%',\n left: '50%',\n transform: 'translate(-50%, -50%)',\n boxShadow: 1,\n }}\n />\n {children}\n </SliderHandleCore>\n )\n);\n\n/////////////////////////////////////////////////////\n// SliderMarker\n\nexport type SliderMarkerProps = SliderMarkerPropsCore &\n BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;\n\nexport const SliderMarker = forwardRef<HTMLDivElement, SliderMarkerProps>(\n ({ as = 'div', __css, ...props }, ref) => (\n <SliderMarkerCore\n as={Box}\n innerAs={as as any}\n ref={ref}\n {...props}\n __css={{\n transformOrigin: 'center',\n borderRadius: 'full',\n width: '2px',\n height: '2px',\n '&[data-orientation=\"horizontal\"]': {\n top: '50%',\n transform: 'translate(-50%, -50%)',\n },\n '&[data-orientation=\"vertical\"]': {\n left: '50%',\n transform: 'translate(-50%, -50%)',\n },\n opacity: 0.38,\n bg: 'on.surface-variant',\n '&[data-state=\"at-value\"],&[data-state=\"under-value\"]': {\n bg: 'on.primary',\n },\n ...__css,\n }}\n />\n )\n);\n\n/////////////////////////////////////////////////////\n// SliderTrack\n\nexport type SliderTrackProps = SliderTrackPropsCore &\n BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;\n\nexport const SliderTrack = forwardRef<HTMLDivElement, SliderTrackProps>(\n ({ as = 'div', __css, ...props }, ref) => (\n <SliderTrackCore\n as={Box}\n innerAs={as as any}\n ref={ref}\n {...props}\n __css={{\n position: 'relative',\n borderRadius: 'full',\n bg: 'surface-variant',\n '&[data-orientation=\"horizontal\"]': {\n width: '100%',\n height: 'inherit',\n },\n '&[data-orientation=\"vertical\"]': {\n width: 'inherit',\n height: '100%',\n },\n '&::before': {\n content: '\"\"',\n position: 'absolute',\n },\n '&[data-orientation=\"horizontal\"]::before': {\n width: '100%',\n height: '1.5rem',\n top: 'calc(-0.5rem - 1px)',\n left: '0',\n },\n '&[data-orientation=\"vertical\"]::before': {\n width: '1.5rem',\n height: '100%',\n top: '0',\n left: 'calc(-0.5rem - 1px)',\n },\n ...__css,\n }}\n />\n )\n);\n\n/////////////////////////////////////////////////////\n// SliderRange\n\nexport type SliderRangeProps = SliderRangePropsCore &\n BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>;\n\nexport const SliderRange = forwardRef<HTMLDivElement, SliderRangeProps>(\n ({ as = 'div', __css, ...props }, ref) => (\n <SliderRangeCore\n as={Box}\n innerAs={as as any}\n ref={ref}\n __css={{\n borderRadius: 'inherit',\n bg: 'primary',\n left: '0',\n bottom: '0',\n top: '50%',\n '&[data-orientation=\"horizontal\"]': {\n height: '100%',\n },\n '&[data-orientation=\"vertical\"]': {\n width: '100%',\n },\n transform: 'translateY(-50%)',\n ...__css,\n }}\n {...props}\n />\n )\n);\n\nexport type SliderProps = SliderPropsCore &\n Omit<\n BoxProps<HTMLDivElement, HTMLAttributes<HTMLDivElement>>,\n | 'onChange'\n | 'onMouseDown'\n | 'onMouseMove'\n | 'onMouseUp'\n | 'onPointerDown'\n | 'onPointerUp'\n | 'onTouchEnd'\n | 'onTouchMove'\n | 'onTouchStart'\n >;\n\nexport const Slider = forwardRef<HTMLDivElement, SliderProps>(function Slider(\n props,\n forwardedRef\n) {\n const { children, ...otherProps } = props;\n\n return (\n <SliderInput {...otherProps} ref={forwardedRef} data-reach-slider=\"\">\n <SliderTrack>\n <SliderRange />\n <SliderHandle />\n {children}\n </SliderTrack>\n </SliderInput>\n );\n});\n"],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { TableBodyProps } from './TableBody';
|
|
3
3
|
export declare type TableHeadProps = TableBodyProps;
|
|
4
|
-
export declare const TableHead: import("react").ForwardRefExoticComponent<Pick<TableBodyProps, "
|
|
4
|
+
export declare const TableHead: import("react").ForwardRefExoticComponent<Pick<TableBodyProps, "hidden" | keyof import("..").BaseProps | keyof import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").LayoutProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").TypographyProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ColorProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").FlexboxProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BorderProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").GridProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BackgroundProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Background<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").PositionProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ShadowProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "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" | "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"> & import("react").RefAttributes<HTMLDivElement>>;
|