@react-types/slider
Advanced tools
Comparing version 3.7.4-nightly.4730 to 3.7.4-nightly.4734
{ | ||
"name": "@react-types/slider", | ||
"version": "3.7.4-nightly.4730+927758756", | ||
"version": "3.7.4-nightly.4734+914b5dfeb", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-nightly.3018+927758756" | ||
"@react-types/shared": "3.0.0-nightly.3022+914b5dfeb" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "92775875627ef8a038a4708b1a7addf11809bf35" | ||
"gitHead": "914b5dfeb7c4622ad177993d92b391cf993fd371" | ||
} |
@@ -70,3 +70,3 @@ import { | ||
export interface AriaSliderProps<T = number | number[]> extends SliderProps<T>, DOMProps, AriaLabelingProps {} | ||
export interface AriaSliderThumbProps extends SliderThumbProps, DOMProps, FocusableDOMProps, InputDOMProps, AriaLabelingProps, AriaValidationProps {} | ||
export interface AriaSliderThumbProps extends SliderThumbProps, DOMProps, Omit<FocusableDOMProps, 'excludeFromTabOrder'>, InputDOMProps, AriaLabelingProps, AriaValidationProps {} | ||
@@ -73,0 +73,0 @@ export interface SpectrumBarSliderBase<T> extends AriaSliderProps<T>, ValueBase<T>, StyleProps { |
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
15854