react-day-picker
Advanced tools
Comparing version 9.1.2 to 9.1.3
@@ -243,3 +243,3 @@ import React from "react"; | ||
* @experimental | ||
* @see https://daypicker.dev/docs/localization#time-zone | ||
* @see https://daypicker.dev/docs/time-zone | ||
*/ | ||
@@ -259,3 +259,3 @@ timeZone?: string | undefined; | ||
* | ||
* @see https://daypicker.dev/docs/accessibility#footer | ||
* @see https://daypicker.dev/guides/accessibility#footer | ||
*/ | ||
@@ -270,3 +270,3 @@ footer?: React.ReactNode | string; | ||
* | ||
* @see https://daypicker.dev/docs/accessibility#autofocus | ||
* @see https://daypicker.dev/guides/accessibility#autofocus | ||
*/ | ||
@@ -273,0 +273,0 @@ autoFocus?: boolean; |
@@ -243,3 +243,3 @@ import React from "react"; | ||
* @experimental | ||
* @see https://daypicker.dev/docs/localization#time-zone | ||
* @see https://daypicker.dev/docs/time-zone | ||
*/ | ||
@@ -259,3 +259,3 @@ timeZone?: string | undefined; | ||
* | ||
* @see https://daypicker.dev/docs/accessibility#footer | ||
* @see https://daypicker.dev/guides/accessibility#footer | ||
*/ | ||
@@ -270,3 +270,3 @@ footer?: React.ReactNode | string; | ||
* | ||
* @see https://daypicker.dev/docs/accessibility#autofocus | ||
* @see https://daypicker.dev/guides/accessibility#autofocus | ||
*/ | ||
@@ -273,0 +273,0 @@ autoFocus?: boolean; |
{ | ||
"name": "react-day-picker", | ||
"version": "9.1.2", | ||
"version": "9.1.3", | ||
"description": "Customizable Date Picker for React", | ||
@@ -144,6 +144,7 @@ "author": "Giampaolo Bellavite <io@gpbl.dev>", | ||
"website/docs", | ||
"tsconfig.json" | ||
"tsconfig.json", | ||
"tsconfig-base.json" | ||
], | ||
"dependencies": { | ||
"@date-fns/tz": "^1.1.0", | ||
"@date-fns/tz": "^1.1.2", | ||
"date-fns": "^4.1.0" | ||
@@ -161,6 +162,6 @@ }, | ||
"@types/node": "^22.5.4", | ||
"@types/react": "^18.3.6", | ||
"@types/react": "^18.3.8", | ||
"@types/react-dom": "^18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^8.4.0", | ||
"@typescript-eslint/parser": "^8.5.0", | ||
"@typescript-eslint/parser": "^8.6.0", | ||
"date-fns": "^3.6.0", | ||
@@ -178,3 +179,3 @@ "date-fns-jalali": "3.6.0-1", | ||
"eslint-plugin-testing-library": "^6.3.0", | ||
"html-validate": "^8.22.0", | ||
"html-validate": "^8.23.0", | ||
"jest": "^29.7.0", | ||
@@ -181,0 +182,0 @@ "jest-environment-jsdom": "^29.7.0", |
@@ -13,3 +13,3 @@ # React DayPicker | ||
- ๐ Can be [localized](https://daypicker.dev/docs/localization) into any language, supports [ISO 8601 dates](https://daypicker.dev/docs/localization#iso-week-dates), [time zones](https://daypicker.dev/docs/localization#time-zone), and the [Jalali calendar](https://daypicker.dev/docs/localization#jalali-calendar). | ||
- ๐ฆฎ Complies with WCAG 2.1 AA requirements for [accessibility](https://daypicker.dev/docs/accessibility). | ||
- ๐ฆฎ Complies with WCAG 2.1 AA requirements for [accessibility](https://daypicker.dev/guides/accessibility). | ||
- โ๏ธ [Customizable components](https://daypicker.dev/guides/custom-components) to extend the rendered elements. | ||
@@ -16,0 +16,0 @@ - ๐ค Easy integration [with input fields](https://daypicker.dev/guides/input-fields). |
@@ -270,3 +270,3 @@ import React from "react"; | ||
* @experimental | ||
* @see https://daypicker.dev/docs/localization#time-zone | ||
* @see https://daypicker.dev/docs/time-zone | ||
*/ | ||
@@ -286,3 +286,3 @@ timeZone?: string | undefined; | ||
* | ||
* @see https://daypicker.dev/docs/accessibility#footer | ||
* @see https://daypicker.dev/guides/accessibility#footer | ||
*/ | ||
@@ -297,3 +297,3 @@ footer?: React.ReactNode | string; | ||
* | ||
* @see https://daypicker.dev/docs/accessibility#autofocus | ||
* @see https://daypicker.dev/guides/accessibility#autofocus | ||
*/ | ||
@@ -300,0 +300,0 @@ autoFocus?: boolean; |
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
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
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
939
21415
1087206
Updated@date-fns/tz@^1.1.2