@react-types/shared
Advanced tools
Comparing version 3.0.0-nightly-a626c2596-240926 to 3.0.0-nightly-a98da553e-241116
{ | ||
"name": "@react-types/shared", | ||
"version": "3.0.0-nightly-a626c2596-240926", | ||
"version": "3.0.0-nightly-a98da553e-241116", | ||
"description": "Spectrum UI components in React", | ||
@@ -17,3 +17,3 @@ "license": "Apache-2.0", | ||
}, | ||
"stableVersion": "3.24.1" | ||
"stableVersion": "3.25.0" | ||
} |
@@ -90,5 +90,5 @@ /* | ||
/** The key of the column to sort by. */ | ||
column?: Key, | ||
column: Key, | ||
/** The direction to sort by. */ | ||
direction?: SortDirection | ||
direction: SortDirection | ||
} | ||
@@ -95,0 +95,0 @@ |
@@ -271,3 +271,3 @@ /* | ||
export type DragPreviewRenderer = (items: DragItem[], callback: (node: HTMLElement) => void) => void; | ||
export type DragPreviewRenderer = (items: DragItem[], callback: (node: HTMLElement | null) => void) => void; | ||
@@ -274,0 +274,0 @@ export interface DraggableCollectionProps { |
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
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
74978