@react-aria/color
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -117,4 +117,4 @@ import { AriaColorAreaProps, AriaColorSliderProps, AriaColorWheelProps, AriaColorFieldProps, Color } from "@react-types/color"; | ||
export function useColorChannelField(props: AriaColorChannelFieldProps, state: ColorChannelFieldState, inputRef: RefObject<HTMLInputElement | null>): ColorChannelFieldAria; | ||
export type { AriaColorFieldProps } from '@react-types/color'; | ||
export type { AriaColorAreaProps, AriaColorFieldProps, AriaColorSliderProps } from '@react-types/color'; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@react-aria/color", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,14 +25,14 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/i18n": "^3.12.5", | ||
"@react-aria/interactions": "^3.23.0", | ||
"@react-aria/numberfield": "^3.11.10", | ||
"@react-aria/slider": "^3.7.15", | ||
"@react-aria/spinbutton": "^3.6.11", | ||
"@react-aria/textfield": "^3.16.0", | ||
"@react-aria/utils": "^3.27.0", | ||
"@react-aria/visually-hidden": "^3.8.19", | ||
"@react-stately/color": "^3.8.2", | ||
"@react-stately/form": "^3.1.1", | ||
"@react-types/color": "^3.0.2", | ||
"@react-types/shared": "^3.27.0", | ||
"@react-aria/i18n": "^3.12.6", | ||
"@react-aria/interactions": "^3.24.0", | ||
"@react-aria/numberfield": "^3.11.11", | ||
"@react-aria/slider": "^3.7.16", | ||
"@react-aria/spinbutton": "^3.6.12", | ||
"@react-aria/textfield": "^3.17.0", | ||
"@react-aria/utils": "^3.28.0", | ||
"@react-aria/visually-hidden": "^3.8.20", | ||
"@react-stately/color": "^3.8.3", | ||
"@react-stately/form": "^3.1.2", | ||
"@react-types/color": "^3.0.3", | ||
"@react-types/shared": "^3.28.0", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "09e7f44bebdc9d89122926b2b439a0a38a2814ea" | ||
"gitHead": "4d3c72c94eea2d72eb3a0e7d56000c6ef7e39726" | ||
} |
@@ -21,5 +21,5 @@ /* | ||
export type {AriaColorWheelOptions, ColorWheelAria} from './useColorWheel'; | ||
export type {AriaColorFieldProps} from '@react-types/color'; | ||
export type {AriaColorAreaProps, AriaColorFieldProps, AriaColorSliderProps} from '@react-types/color'; | ||
export type {ColorFieldAria} from './useColorField'; | ||
export type {AriaColorSwatchProps, ColorSwatchAria} from './useColorSwatch'; | ||
export type {AriaColorChannelFieldProps, ColorChannelFieldAria} from './useColorChannelField'; |
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
484306
28
59
8
276
Updated@react-aria/i18n@^3.12.6
Updated@react-aria/slider@^3.7.16
Updated@react-aria/utils@^3.28.0
Updated@react-stately/color@^3.8.3
Updated@react-stately/form@^3.1.2
Updated@react-types/color@^3.0.3
Updated@react-types/shared@^3.28.0