Socket
Socket
Sign inDemoInstall

@react-aria/calendar

Package Overview
Dependencies
Maintainers
2
Versions
554
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/calendar - npm Package Compare versions

Comparing version 3.0.0-nightly.2962 to 3.0.0-nightly.2969

4

dist/types.d.ts

@@ -28,3 +28,3 @@ import { AriaButtonProps } from "@react-types/button";

*/
export function useRangeCalendar<T extends DateValue>(props: AriaRangeCalendarProps<T>, state: RangeCalendarState, ref: RefObject<FocusableElement>): CalendarAria;
export function useRangeCalendar<T extends DateValue>(props: AriaRangeCalendarProps<T>, state: RangeCalendarState, ref: RefObject<FocusableElement | null>): CalendarAria;
export interface AriaCalendarGridProps {

@@ -113,5 +113,5 @@ /**

*/
export function useCalendarCell(props: AriaCalendarCellProps, state: CalendarState | RangeCalendarState, ref: RefObject<HTMLElement>): CalendarCellAria;
export function useCalendarCell(props: AriaCalendarCellProps, state: CalendarState | RangeCalendarState, ref: RefObject<HTMLElement | null>): CalendarCellAria;
export type { AriaCalendarProps, AriaRangeCalendarProps, CalendarProps, DateValue, RangeCalendarProps } from '@react-types/calendar';
//# sourceMappingURL=types.d.ts.map
{
"name": "@react-aria/calendar",
"version": "3.0.0-nightly.2962+59136f78e",
"version": "3.0.0-nightly.2969+2fd87d9f1",
"description": "Spectrum UI components in React",

@@ -25,16 +25,16 @@ "license": "Apache-2.0",

"dependencies": {
"@internationalized/date": "3.5.5-nightly.4674+59136f78e",
"@react-aria/i18n": "3.0.0-nightly.2962+59136f78e",
"@react-aria/interactions": "3.0.0-nightly.2962+59136f78e",
"@react-aria/live-announcer": "3.0.0-nightly.2962+59136f78e",
"@react-aria/utils": "3.0.0-nightly.2962+59136f78e",
"@react-stately/calendar": "3.0.0-nightly.2962+59136f78e",
"@react-types/button": "3.9.5-nightly.4674+59136f78e",
"@react-types/calendar": "3.0.0-nightly.2962+59136f78e",
"@react-types/shared": "3.0.0-nightly.2962+59136f78e",
"@internationalized/date": "3.5.5-nightly.4681+2fd87d9f1",
"@react-aria/i18n": "3.0.0-nightly.2969+2fd87d9f1",
"@react-aria/interactions": "3.0.0-nightly.2969+2fd87d9f1",
"@react-aria/live-announcer": "3.0.0-nightly.2969+2fd87d9f1",
"@react-aria/utils": "3.0.0-nightly.2969+2fd87d9f1",
"@react-stately/calendar": "3.0.0-nightly.2969+2fd87d9f1",
"@react-types/button": "3.9.5-nightly.4681+2fd87d9f1",
"@react-types/calendar": "3.0.0-nightly.2969+2fd87d9f1",
"@react-types/shared": "3.0.0-nightly.2969+2fd87d9f1",
"@swc/helpers": "^0.5.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
},

@@ -44,3 +44,3 @@ "publishConfig": {

},
"gitHead": "59136f78e853e97bb4067a1268750c9f85900bf6"
"gitHead": "2fd87d9f1d894e6b00a595cce73c6e8828029132"
}

@@ -75,3 +75,3 @@ /*

*/
export function useCalendarCell(props: AriaCalendarCellProps, state: CalendarState | RangeCalendarState, ref: RefObject<HTMLElement>): CalendarCellAria {
export function useCalendarCell(props: AriaCalendarCellProps, state: CalendarState | RangeCalendarState, ref: RefObject<HTMLElement | null>): CalendarCellAria {
let {date, isDisabled} = props;

@@ -78,0 +78,0 @@ let {errorMessageId, selectedDateDescription} = hookData.get(state);

@@ -24,3 +24,3 @@ /*

*/
export function useRangeCalendar<T extends DateValue>(props: AriaRangeCalendarProps<T>, state: RangeCalendarState, ref: RefObject<FocusableElement>): CalendarAria {
export function useRangeCalendar<T extends DateValue>(props: AriaRangeCalendarProps<T>, state: RangeCalendarState, ref: RefObject<FocusableElement | null>): CalendarAria {
let res = useCalendarBase(props, state);

@@ -27,0 +27,0 @@

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

Sorry, the diff of this file is not supported yet

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