react-aria-components
Advanced tools
Comparing version 1.0.0-nightly.3863 to 1.0.0-nightly.3864
@@ -547,3 +547,3 @@ import React, { CSSProperties, ReactNode, RefObject, Key, ReactElement, HTMLAttributes, LabelHTMLAttributes, InputHTMLAttributes, ForwardedRef } from "react"; | ||
} | ||
interface DropIndicatorProps extends _DropIndicatorProps1, RenderProps<DropIndicatorRenderProps> { | ||
export interface DropIndicatorProps extends _DropIndicatorProps1, RenderProps<DropIndicatorRenderProps> { | ||
} | ||
@@ -550,0 +550,0 @@ interface DropIndicatorContextValue { |
{ | ||
"name": "react-aria-components", | ||
"version": "1.0.0-nightly.3863+424432c83", | ||
"version": "1.0.0-nightly.3864+5a3315f56", | ||
"description": "A library of styleable components built using React Aria", | ||
@@ -25,12 +25,12 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@internationalized/date": "3.2.1-nightly.3863+424432c83", | ||
"@react-aria/focus": "3.0.0-nightly.2161+424432c83", | ||
"@react-aria/utils": "3.0.0-nightly.2161+424432c83", | ||
"@react-stately/table": "3.9.1-nightly.3863+424432c83", | ||
"@react-types/grid": "3.1.8-nightly.3863+424432c83", | ||
"@react-types/shared": "3.0.0-nightly.2161+424432c83", | ||
"@react-types/table": "3.6.1-nightly.3863+424432c83", | ||
"@internationalized/date": "3.2.1-nightly.3864+5a3315f56", | ||
"@react-aria/focus": "3.0.0-nightly.2162+5a3315f56", | ||
"@react-aria/utils": "3.0.0-nightly.2162+5a3315f56", | ||
"@react-stately/table": "3.9.1-nightly.3864+5a3315f56", | ||
"@react-types/grid": "3.1.8-nightly.3864+5a3315f56", | ||
"@react-types/shared": "3.0.0-nightly.2162+5a3315f56", | ||
"@react-types/table": "3.6.1-nightly.3864+5a3315f56", | ||
"@swc/helpers": "^0.4.14", | ||
"react-aria": "3.24.1-nightly.3863+424432c83", | ||
"react-stately": "3.22.1-nightly.3863+424432c83", | ||
"react-aria": "3.24.1-nightly.3864+5a3315f56", | ||
"react-stately": "3.22.1-nightly.3864+5a3315f56", | ||
"use-sync-external-store": "^1.2.0" | ||
@@ -45,3 +45,3 @@ }, | ||
}, | ||
"gitHead": "424432c832b5e16296e11e2c36aa23165a4812aa" | ||
"gitHead": "5a3315f560071087cacf846bd2a86d8f47692446" | ||
} |
@@ -90,3 +90,3 @@ /* | ||
export type {TooltipProps, TooltipRenderProps, TooltipTriggerComponentProps} from './Tooltip'; | ||
export type {DragAndDropHooks, DragAndDropOptions} from './useDragAndDrop'; | ||
export type {DragAndDropHooks, DragAndDropOptions, DropIndicatorProps} from './useDragAndDrop'; | ||
@@ -93,0 +93,0 @@ export type {DateValue, DateRange, TimeValue} from 'react-aria'; |
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
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
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
1825804