@react-aria/slider
Advanced tools
Comparing version 3.7.9-nightly.4701 to 3.7.9-nightly.4704
import { AriaSliderProps, AriaSliderThumbProps } from "@react-types/slider"; | ||
import { DOMAttributes } from "@react-types/shared"; | ||
import { LabelHTMLAttributes, OutputHTMLAttributes, RefObject, InputHTMLAttributes } from "react"; | ||
import { DOMAttributes, RefObject } from "@react-types/shared"; | ||
import { LabelHTMLAttributes, OutputHTMLAttributes, InputHTMLAttributes } from "react"; | ||
import { SliderState } from "@react-stately/slider"; | ||
@@ -5,0 +5,0 @@ export interface SliderAria { |
{ | ||
"name": "@react-aria/slider", | ||
"version": "3.7.9-nightly.4701+76365df43", | ||
"version": "3.7.9-nightly.4704+546ffa41f", | ||
"description": "Slider", | ||
@@ -25,10 +25,10 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/focus": "3.0.0-nightly.2989+76365df43", | ||
"@react-aria/i18n": "3.0.0-nightly.2989+76365df43", | ||
"@react-aria/interactions": "3.0.0-nightly.2989+76365df43", | ||
"@react-aria/label": "3.0.0-nightly.2989+76365df43", | ||
"@react-aria/utils": "3.0.0-nightly.2989+76365df43", | ||
"@react-stately/slider": "3.5.5-nightly.4701+76365df43", | ||
"@react-types/shared": "3.0.0-nightly.2989+76365df43", | ||
"@react-types/slider": "3.7.4-nightly.4701+76365df43", | ||
"@react-aria/focus": "3.0.0-nightly.2992+546ffa41f", | ||
"@react-aria/i18n": "3.0.0-nightly.2992+546ffa41f", | ||
"@react-aria/interactions": "3.0.0-nightly.2992+546ffa41f", | ||
"@react-aria/label": "3.0.0-nightly.2992+546ffa41f", | ||
"@react-aria/utils": "3.0.0-nightly.2992+546ffa41f", | ||
"@react-stately/slider": "3.5.5-nightly.4704+546ffa41f", | ||
"@react-types/shared": "3.0.0-nightly.2992+546ffa41f", | ||
"@react-types/slider": "3.7.4-nightly.4704+546ffa41f", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -42,3 +42,3 @@ }, | ||
}, | ||
"gitHead": "76365df434b6f65b137113557ba14a32ea466c8f" | ||
"gitHead": "546ffa41f7d1d3a566950a14d8f46cf726891220" | ||
} |
@@ -15,5 +15,5 @@ /* | ||
import {clamp, mergeProps, useGlobalListeners} from '@react-aria/utils'; | ||
import {DOMAttributes} from '@react-types/shared'; | ||
import {DOMAttributes, RefObject} from '@react-types/shared'; | ||
import {getSliderThumbId, sliderData} from './utils'; | ||
import React, {LabelHTMLAttributes, OutputHTMLAttributes, RefObject, useRef} from 'react'; | ||
import React, {LabelHTMLAttributes, OutputHTMLAttributes, useRef} from 'react'; | ||
import {setInteractionModality, useMove} from '@react-aria/interactions'; | ||
@@ -20,0 +20,0 @@ import {SliderState} from '@react-stately/slider'; |
import {AriaSliderThumbProps} from '@react-types/slider'; | ||
import {clamp, focusWithoutScrolling, mergeProps, useFormReset, useGlobalListeners} from '@react-aria/utils'; | ||
import {DOMAttributes} from '@react-types/shared'; | ||
import {DOMAttributes, RefObject} from '@react-types/shared'; | ||
import {getSliderThumbId, sliderData} from './utils'; | ||
import React, {ChangeEvent, InputHTMLAttributes, LabelHTMLAttributes, RefObject, useCallback, useEffect, useRef} from 'react'; | ||
import React, {ChangeEvent, InputHTMLAttributes, LabelHTMLAttributes, useCallback, useEffect, useRef} from 'react'; | ||
import {SliderState} from '@react-stately/slider'; | ||
@@ -7,0 +7,0 @@ import {useFocusable} from '@react-aria/focus'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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