Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/slider

Package Overview
Dependencies
Maintainers
1
Versions
791
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/slider - npm Package Compare versions

Comparing version 3.0.0-nightly.2424 to 3.0.0-nightly.2425

6

package.json
{
"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. */

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc