@react-types/slider
Advanced tools
Comparing version 3.0.0-nightly.2424 to 3.0.0-nightly.2425
{ | ||
"name": "@react-types/slider", | ||
"version": "3.0.0-nightly.2424+db9b0228", | ||
"version": "3.0.0-nightly.2425+423d5686", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-nightly.746+db9b0228" | ||
"@react-types/shared": "3.0.0-nightly.747+423d5686" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "db9b022848d4b83627aa98a0b347534bf3376ed4" | ||
"gitHead": "423d56867ad76a320537f4e3e127ed7b26c13b58" | ||
} |
@@ -5,2 +5,3 @@ import {AriaLabelingProps, AriaValidationProps, FocusableDOMProps, FocusableProps, LabelableProps, LabelPosition, Orientation, RangeInputBase, RangeValue, StyleProps, Validation, ValueBase} from '@react-types/shared'; | ||
export interface BaseSliderProps extends RangeInputBase<number>, LabelableProps, AriaLabelingProps { | ||
orientation?: Orientation, | ||
isDisabled?: boolean, | ||
@@ -15,2 +16,3 @@ formatOptions?: Intl.NumberFormatOptions | ||
export interface SliderThumbProps extends AriaLabelingProps, FocusableDOMProps, FocusableProps, Validation, AriaValidationProps, LabelableProps { | ||
orientation?: Orientation, | ||
isDisabled?: boolean, | ||
@@ -21,3 +23,2 @@ index: number | ||
export interface SpectrumBarSliderBase<T> extends BaseSliderProps, ValueBase<T>, StyleProps { | ||
orientation?: Orientation, | ||
labelPosition?: LabelPosition, | ||
@@ -24,0 +25,0 @@ /** Whether the value's label is displayed. True by default if there's a `label`, false by default if not. */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
14493
53