diff --git a/README.md b/README.md index f492623c9e..a18907b474 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # DayPicker -**A React component rendering a date picker focused on simplicity, styling and accessibility.** +**DayPicker is a React component to build date pickers, calendars, and date inputs for web applications.** --- ## Documentation -See **[react-day-picker.dev](http://https://react-day-picker.dev)** for guides, examples and API reference. +See **[daypicker.dev](https://daypicker.dev)** for guides, examples and API reference. ## Quick Start @@ -19,36 +19,33 @@ npm install react-day-picker date-fns --save 2. Import the component and its style: ```tsx -import { DayPicker } from "react-day-picker"; -import "react-day-picker/style.css"; +import { DayPicker } from "react-day-picker" +import "react-day-picker/style.css" export function App() { - const [selected, setSelected] = React.useState(); - return ; + const [selected, setSelected] = React.useState() + return } ``` -Visit [react-day-picker.dev](http://https://react-day-picker.dev) to learn more. +Visit [daypicker.dev](https://daypicker.dev) to learn more. -## Releases +--- -- Visit [github.com/gpbl/react-day-picker/releases](https://github.com/gpbl/react-day-picker/releases) for the list of releases and changelogs. -- For upgrading from an older version, see [react-day-picker.dev/upgrading](http://https://react-day-picker.dev/upgrading). +## License ---- +DayPicker is released under the [MIT License](./LICENSE). ## Community -See our [Code of Conduct](./CODE_OF_CONDUCT.md) and [Contributing Guidelines](./CONTRIBUTING.md) for information on local development and creating a pull request. +Ask for help and share your experience with DayPicker. -- [GitHub Discussions](https://github.com/gpbl/react-day-picker/discussions) +- [Discuss the project on GitHub](https://github.com/gpbl/react-day-picker/discussions) +- [Report an issue on GitHub](https://github.com/gpbl/react-day-picker/issues/new/choose) +- [Contribute to the project](https://daypicker.dev/development/contributing/) ## Funding -If you use this package, please consider supporting it by donating a small amount of money: https://github.com/sponsors/gpbl - -## License - -Licensed under the MIT License, Copyright © 2014-2024 Giampaolo Bellavite [@gpbl](https://github.com/gpbl). +Consider supporting DayPicker's maintainer with a donation. Your support helps to keep the project alive and keep it updated. -See [LICENSE](./LICENSE) for more information. +- [Sponsor DayPicker on GitHub](https://github.com/sponsors/gpbl) diff --git a/docs/api/latest/functions/Button.mdx b/docs/api/latest/functions/Button.mdx index a5b5422be9..5db6d135b7 100644 --- a/docs/api/latest/functions/Button.mdx +++ b/docs/api/latest/functions/Button.mdx @@ -16,4 +16,4 @@ Render a button HTML element applying the reset class name. ## Source -[src/components/Button/Button.tsx:9](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Button/Button.tsx#L9) +[src/components/Button/Button.tsx:9](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/Button/Button.tsx#L9) diff --git a/docs/api/latest/functions/Caption.mdx b/docs/api/latest/functions/Caption.mdx index e987e2e8f9..a9f359b257 100644 --- a/docs/api/latest/functions/Caption.mdx +++ b/docs/api/latest/functions/Caption.mdx @@ -17,4 +17,4 @@ setting the [DayPickerBase.captionLayout](/api/latest/interfaces/DayPickerBase.m ## Source -[src/components/Caption/Caption.tsx:36](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Caption/Caption.tsx#L36) +[src/components/Caption/Caption.tsx:36](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/Caption/Caption.tsx#L36) diff --git a/docs/api/latest/functions/CaptionDropdowns.mdx b/docs/api/latest/functions/CaptionDropdowns.mdx index 6e114b25a9..7fb30207be 100644 --- a/docs/api/latest/functions/CaptionDropdowns.mdx +++ b/docs/api/latest/functions/CaptionDropdowns.mdx @@ -16,4 +16,4 @@ Render a caption with the dropdowns to navigate between months and years. ## Source -[src/components/CaptionDropdowns/CaptionDropdowns.tsx:12](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/CaptionDropdowns/CaptionDropdowns.tsx#L12) +[src/components/CaptionDropdowns/CaptionDropdowns.tsx:12](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/CaptionDropdowns/CaptionDropdowns.tsx#L12) diff --git a/docs/api/latest/functions/CaptionLabel.mdx b/docs/api/latest/functions/CaptionLabel.mdx index 1e884d4364..a529e341b1 100644 --- a/docs/api/latest/functions/CaptionLabel.mdx +++ b/docs/api/latest/functions/CaptionLabel.mdx @@ -17,4 +17,4 @@ Render the caption for the displayed month. This component is used when ## Source -[src/components/CaptionLabel/CaptionLabel.tsx:23](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/CaptionLabel/CaptionLabel.tsx#L23) +[src/components/CaptionLabel/CaptionLabel.tsx:23](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/CaptionLabel/CaptionLabel.tsx#L23) diff --git a/docs/api/latest/functions/CaptionNavigation.mdx b/docs/api/latest/functions/CaptionNavigation.mdx index 28a9a24281..fcbc34a361 100644 --- a/docs/api/latest/functions/CaptionNavigation.mdx +++ b/docs/api/latest/functions/CaptionNavigation.mdx @@ -16,4 +16,4 @@ Render a caption with a button-based navigation. ## Source -[src/components/CaptionNavigation/CaptionNavigation.tsx:11](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/CaptionNavigation/CaptionNavigation.tsx#L11) +[src/components/CaptionNavigation/CaptionNavigation.tsx:11](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/CaptionNavigation/CaptionNavigation.tsx#L11) diff --git a/docs/api/latest/functions/Day.mdx b/docs/api/latest/functions/Day.mdx index f1c0163196..a28cbc733a 100644 --- a/docs/api/latest/functions/Day.mdx +++ b/docs/api/latest/functions/Day.mdx @@ -17,4 +17,4 @@ modifiers. ## Source -[src/components/Day/Day.tsx:19](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Day/Day.tsx#L19) +[src/components/Day/Day.tsx:19](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/Day/Day.tsx#L19) diff --git a/docs/api/latest/functions/DayContent.mdx b/docs/api/latest/functions/DayContent.mdx index 40c30f699e..bbe712b44e 100644 --- a/docs/api/latest/functions/DayContent.mdx +++ b/docs/api/latest/functions/DayContent.mdx @@ -16,4 +16,4 @@ Render the content of the day cell. ## Source -[src/components/DayContent/DayContent.tsx:15](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/DayContent/DayContent.tsx#L15) +[src/components/DayContent/DayContent.tsx:15](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/DayContent/DayContent.tsx#L15) diff --git a/docs/api/latest/functions/DayPicker.mdx b/docs/api/latest/functions/DayPicker.mdx index a911d68cda..fcdb14f26d 100644 --- a/docs/api/latest/functions/DayPicker.mdx +++ b/docs/api/latest/functions/DayPicker.mdx @@ -98,4 +98,4 @@ For example, to use Spanish locale: ## Source -[src/DayPicker.tsx:100](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/DayPicker.tsx#L100) +[src/DayPicker.tsx:100](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/DayPicker.tsx#L100) diff --git a/docs/api/latest/functions/DayPickerProvider.mdx b/docs/api/latest/functions/DayPickerProvider.mdx index 76138356db..7bd4e84117 100644 --- a/docs/api/latest/functions/DayPickerProvider.mdx +++ b/docs/api/latest/functions/DayPickerProvider.mdx @@ -17,4 +17,4 @@ initial DayPicker props. ## Source -[src/contexts/DayPicker/DayPickerContext.tsx:77](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/DayPicker/DayPickerContext.tsx#L77) +[src/contexts/DayPicker/DayPickerContext.tsx:77](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/DayPicker/DayPickerContext.tsx#L77) diff --git a/docs/api/latest/functions/Dropdown.mdx b/docs/api/latest/functions/Dropdown.mdx index c28ab7c77e..4b7a9cfd5f 100644 --- a/docs/api/latest/functions/Dropdown.mdx +++ b/docs/api/latest/functions/Dropdown.mdx @@ -17,4 +17,4 @@ drop-down icon. ## Source -[src/components/Dropdown/Dropdown.tsx:30](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Dropdown/Dropdown.tsx#L30) +[src/components/Dropdown/Dropdown.tsx:30](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/Dropdown/Dropdown.tsx#L30) diff --git a/docs/api/latest/functions/FocusProvider.mdx b/docs/api/latest/functions/FocusProvider.mdx index cf02bc8a61..1821e653a8 100644 --- a/docs/api/latest/functions/FocusProvider.mdx +++ b/docs/api/latest/functions/FocusProvider.mdx @@ -16,4 +16,4 @@ The provider for the [FocusContext](/api/latest/variables/FocusContext.mdx). ## Source -[src/contexts/Focus/FocusContext.tsx:60](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/Focus/FocusContext.tsx#L60) +[src/contexts/Focus/FocusContext.tsx:60](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/Focus/FocusContext.tsx#L60) diff --git a/docs/api/latest/functions/Footer.mdx b/docs/api/latest/functions/Footer.mdx index a25a47a3ca..41bc31c358 100644 --- a/docs/api/latest/functions/Footer.mdx +++ b/docs/api/latest/functions/Footer.mdx @@ -16,4 +16,4 @@ Render the Footer component (empty as default). ## Source -[src/components/Footer/Footer.tsx:9](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Footer/Footer.tsx#L9) +[src/components/Footer/Footer.tsx:9](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/Footer/Footer.tsx#L9) diff --git a/docs/api/latest/functions/Head.mdx b/docs/api/latest/functions/Head.mdx index 8ef62913b7..ae5e9bcab8 100644 --- a/docs/api/latest/functions/Head.mdx +++ b/docs/api/latest/functions/Head.mdx @@ -10,4 +10,4 @@ Render the table head. ## Source -[src/components/Head/Head.tsx:5](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Head/Head.tsx#L5) +[src/components/Head/Head.tsx:5](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/Head/Head.tsx#L5) diff --git a/docs/api/latest/functions/HeadRow.mdx b/docs/api/latest/functions/HeadRow.mdx index 471e3cf03d..0087063de3 100644 --- a/docs/api/latest/functions/HeadRow.mdx +++ b/docs/api/latest/functions/HeadRow.mdx @@ -11,4 +11,4 @@ names. ## Source -[src/components/HeadRow/HeadRow.tsx:9](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/HeadRow/HeadRow.tsx#L9) +[src/components/HeadRow/HeadRow.tsx:9](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/HeadRow/HeadRow.tsx#L9) diff --git a/docs/api/latest/functions/IconDropdown.mdx b/docs/api/latest/functions/IconDropdown.mdx index 77b3e4f954..c3815475b9 100644 --- a/docs/api/latest/functions/IconDropdown.mdx +++ b/docs/api/latest/functions/IconDropdown.mdx @@ -16,4 +16,4 @@ Render the icon in the styled drop-down. ## Source -[src/components/IconDropdown/IconDropdown.tsx:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/IconDropdown/IconDropdown.tsx#L4) +[src/components/IconDropdown/IconDropdown.tsx:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/IconDropdown/IconDropdown.tsx#L4) diff --git a/docs/api/latest/functions/IconLeft.mdx b/docs/api/latest/functions/IconLeft.mdx index 540bb263f0..f31e62cb95 100644 --- a/docs/api/latest/functions/IconLeft.mdx +++ b/docs/api/latest/functions/IconLeft.mdx @@ -16,4 +16,4 @@ Render the "previous month" button in the navigation. ## Source -[src/components/IconLeft/IconLeft.tsx:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/IconLeft/IconLeft.tsx#L4) +[src/components/IconLeft/IconLeft.tsx:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/IconLeft/IconLeft.tsx#L4) diff --git a/docs/api/latest/functions/IconRight.mdx b/docs/api/latest/functions/IconRight.mdx index 2bca7e9857..b02cc525d6 100644 --- a/docs/api/latest/functions/IconRight.mdx +++ b/docs/api/latest/functions/IconRight.mdx @@ -16,4 +16,4 @@ Render the "next month" button in the navigation. ## Source -[src/components/IconRight/IconRight.tsx:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/IconRight/IconRight.tsx#L4) +[src/components/IconRight/IconRight.tsx:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/IconRight/IconRight.tsx#L4) diff --git a/docs/api/latest/functions/Months.mdx b/docs/api/latest/functions/Months.mdx index 7d348a8f48..dc77fe00c1 100644 --- a/docs/api/latest/functions/Months.mdx +++ b/docs/api/latest/functions/Months.mdx @@ -16,4 +16,4 @@ Render the wrapper for the month grids. ## Source -[src/components/Months/Months.tsx:9](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Months/Months.tsx#L9) +[src/components/Months/Months.tsx:9](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/Months/Months.tsx#L9) diff --git a/docs/api/latest/functions/NavigationProvider.mdx b/docs/api/latest/functions/NavigationProvider.mdx index a3456054fa..e03e9d4dc5 100644 --- a/docs/api/latest/functions/NavigationProvider.mdx +++ b/docs/api/latest/functions/NavigationProvider.mdx @@ -17,4 +17,4 @@ Provides the values for the [NavigationContext](/api/latest/variables/Navigation ## Source -[src/contexts/Navigation/NavigationContext.tsx:44](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/Navigation/NavigationContext.tsx#L44) +[src/contexts/Navigation/NavigationContext.tsx:44](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/Navigation/NavigationContext.tsx#L44) diff --git a/docs/api/latest/functions/RootProvider.mdx b/docs/api/latest/functions/RootProvider.mdx index d5027d626c..7bf2667ab3 100644 --- a/docs/api/latest/functions/RootProvider.mdx +++ b/docs/api/latest/functions/RootProvider.mdx @@ -16,4 +16,4 @@ Provide the value for all the context providers. ## Source -[src/contexts/RootProvider.tsx:17](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/RootProvider.tsx#L17) +[src/contexts/RootProvider.tsx:17](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/RootProvider.tsx#L17) diff --git a/docs/api/latest/functions/Row.mdx b/docs/api/latest/functions/Row.mdx index 69c08c2311..0e0552ed4d 100644 --- a/docs/api/latest/functions/Row.mdx +++ b/docs/api/latest/functions/Row.mdx @@ -16,4 +16,4 @@ Render a row in the calendar, with the days and the week number. ## Source -[src/components/Row/Row.tsx:18](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Row/Row.tsx#L18) +[src/components/Row/Row.tsx:18](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/Row/Row.tsx#L18) diff --git a/docs/api/latest/functions/SelectMultipleProvider.mdx b/docs/api/latest/functions/SelectMultipleProvider.mdx index ced00b4545..26d0c9d0ad 100644 --- a/docs/api/latest/functions/SelectMultipleProvider.mdx +++ b/docs/api/latest/functions/SelectMultipleProvider.mdx @@ -16,4 +16,4 @@ Provides the values for the [SelectMultipleContext](/api/latest/variables/Select ## Source -[src/contexts/SelectMultiple/SelectMultipleContext.tsx:45](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L45) +[src/contexts/SelectMultiple/SelectMultipleContext.tsx:45](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L45) diff --git a/docs/api/latest/functions/SelectMultipleProviderInternal.mdx b/docs/api/latest/functions/SelectMultipleProviderInternal.mdx index f5ccf68017..4969b9c07a 100644 --- a/docs/api/latest/functions/SelectMultipleProviderInternal.mdx +++ b/docs/api/latest/functions/SelectMultipleProviderInternal.mdx @@ -14,4 +14,4 @@ ## Source -[src/contexts/SelectMultiple/SelectMultipleContext.tsx:75](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L75) +[src/contexts/SelectMultiple/SelectMultipleContext.tsx:75](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L75) diff --git a/docs/api/latest/functions/SelectRangeProvider.mdx b/docs/api/latest/functions/SelectRangeProvider.mdx index 2779cb53a2..46c4fa4a3d 100644 --- a/docs/api/latest/functions/SelectRangeProvider.mdx +++ b/docs/api/latest/functions/SelectRangeProvider.mdx @@ -16,4 +16,4 @@ Provides the values for the [SelectRangeProvider](/api/latest/functions/SelectRa ## Source -[src/contexts/SelectRange/SelectRangeContext.tsx:56](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectRange/SelectRangeContext.tsx#L56) +[src/contexts/SelectRange/SelectRangeContext.tsx:56](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectRange/SelectRangeContext.tsx#L56) diff --git a/docs/api/latest/functions/SelectRangeProviderInternal.mdx b/docs/api/latest/functions/SelectRangeProviderInternal.mdx index 6729b89b8b..a0e7e074cc 100644 --- a/docs/api/latest/functions/SelectRangeProviderInternal.mdx +++ b/docs/api/latest/functions/SelectRangeProviderInternal.mdx @@ -14,4 +14,4 @@ ## Source -[src/contexts/SelectRange/SelectRangeContext.tsx:89](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectRange/SelectRangeContext.tsx#L89) +[src/contexts/SelectRange/SelectRangeContext.tsx:89](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectRange/SelectRangeContext.tsx#L89) diff --git a/docs/api/latest/functions/SelectSingleProvider.mdx b/docs/api/latest/functions/SelectSingleProvider.mdx index b26bc6ad14..cad2c15019 100644 --- a/docs/api/latest/functions/SelectSingleProvider.mdx +++ b/docs/api/latest/functions/SelectSingleProvider.mdx @@ -16,4 +16,4 @@ Provides the values for the [SelectSingleProvider](/api/latest/functions/SelectS ## Source -[src/contexts/SelectSingle/SelectSingleContext.tsx:34](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectSingle/SelectSingleContext.tsx#L34) +[src/contexts/SelectSingle/SelectSingleContext.tsx:34](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectSingle/SelectSingleContext.tsx#L34) diff --git a/docs/api/latest/functions/SelectSingleProviderInternal.mdx b/docs/api/latest/functions/SelectSingleProviderInternal.mdx index 5221abb961..88f1732c8c 100644 --- a/docs/api/latest/functions/SelectSingleProviderInternal.mdx +++ b/docs/api/latest/functions/SelectSingleProviderInternal.mdx @@ -14,4 +14,4 @@ ## Source -[src/contexts/SelectSingle/SelectSingleContext.tsx:61](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectSingle/SelectSingleContext.tsx#L61) +[src/contexts/SelectSingle/SelectSingleContext.tsx:61](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectSingle/SelectSingleContext.tsx#L61) diff --git a/docs/api/latest/functions/WeekNumber.mdx b/docs/api/latest/functions/WeekNumber.mdx index fec2b472da..f269e5319b 100644 --- a/docs/api/latest/functions/WeekNumber.mdx +++ b/docs/api/latest/functions/WeekNumber.mdx @@ -17,4 +17,4 @@ DayPicker, it renders a button, otherwise a span element. ## Source -[src/components/WeekNumber/WeekNumber.tsx:19](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/WeekNumber/WeekNumber.tsx#L19) +[src/components/WeekNumber/WeekNumber.tsx:19](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/WeekNumber/WeekNumber.tsx#L19) diff --git a/docs/api/latest/functions/addToRange.mdx b/docs/api/latest/functions/addToRange.mdx index 987c5a2049..eb1de9aead 100644 --- a/docs/api/latest/functions/addToRange.mdx +++ b/docs/api/latest/functions/addToRange.mdx @@ -20,4 +20,4 @@ day is already present in the range. ## Source -[src/contexts/SelectRange/utils/addToRange.ts:11](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectRange/utils/addToRange.ts#L11) +[src/contexts/SelectRange/utils/addToRange.ts:11](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectRange/utils/addToRange.ts#L11) diff --git a/docs/api/latest/functions/isDayPickerDefault.mdx b/docs/api/latest/functions/isDayPickerDefault.mdx index 50e17ca8ca..1bd1ea612f 100644 --- a/docs/api/latest/functions/isDayPickerDefault.mdx +++ b/docs/api/latest/functions/isDayPickerDefault.mdx @@ -16,4 +16,4 @@ Returns true when the props are of type [DayPickerDefaultProps](/api/latest/inte ## Source -[src/types/DayPickerDefault.ts:14](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/DayPickerDefault.ts#L14) +[src/types/DayPickerDefault.ts:14](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/DayPickerDefault.ts#L14) diff --git a/docs/api/latest/functions/isDayPickerMultiple.mdx b/docs/api/latest/functions/isDayPickerMultiple.mdx index 50b41c84d7..27cd6a3127 100644 --- a/docs/api/latest/functions/isDayPickerMultiple.mdx +++ b/docs/api/latest/functions/isDayPickerMultiple.mdx @@ -16,4 +16,4 @@ Returns true when the props are of type [DayPickerMultipleProps](/api/latest/int ## Source -[src/types/DayPickerMultiple.ts:21](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/DayPickerMultiple.ts#L21) +[src/types/DayPickerMultiple.ts:21](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/DayPickerMultiple.ts#L21) diff --git a/docs/api/latest/functions/isDayPickerRange.mdx b/docs/api/latest/functions/isDayPickerRange.mdx index 94964d5710..7544b3a9a4 100644 --- a/docs/api/latest/functions/isDayPickerRange.mdx +++ b/docs/api/latest/functions/isDayPickerRange.mdx @@ -16,4 +16,4 @@ Returns true when the props are of type [DayPickerRangeProps](/api/latest/interf ## Source -[src/types/DayPickerRange.ts:23](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/DayPickerRange.ts#L23) +[src/types/DayPickerRange.ts:23](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/DayPickerRange.ts#L23) diff --git a/docs/api/latest/functions/isDayPickerSingle.mdx b/docs/api/latest/functions/isDayPickerSingle.mdx index 4a747c2d97..9acfbd2b34 100644 --- a/docs/api/latest/functions/isDayPickerSingle.mdx +++ b/docs/api/latest/functions/isDayPickerSingle.mdx @@ -16,4 +16,4 @@ Returns true when the props are of type [DayPickerSingleProps](/api/latest/inter ## Source -[src/types/DayPickerSingle.ts:20](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/DayPickerSingle.ts#L20) +[src/types/DayPickerSingle.ts:20](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/DayPickerSingle.ts#L20) diff --git a/docs/api/latest/functions/isMatch.mdx b/docs/api/latest/functions/isMatch.mdx index 237d93972c..1db8e3cc41 100644 --- a/docs/api/latest/functions/isMatch.mdx +++ b/docs/api/latest/functions/isMatch.mdx @@ -31,4 +31,4 @@ Returns whether a day matches against at least one of the given Matchers. ## Source -[src/contexts/Modifiers/utils/isMatch.ts:41](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/Modifiers/utils/isMatch.ts#L41) +[src/contexts/Modifiers/utils/isMatch.ts:41](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/Modifiers/utils/isMatch.ts#L41) diff --git a/docs/api/latest/functions/useActiveModifiers.mdx b/docs/api/latest/functions/useActiveModifiers.mdx index 3bc775ec9e..c6ccf06b69 100644 --- a/docs/api/latest/functions/useActiveModifiers.mdx +++ b/docs/api/latest/functions/useActiveModifiers.mdx @@ -19,4 +19,4 @@ This hook is meant to be used inside internal or custom components. ## Source -[src/hooks/useActiveModifiers/useActiveModifiers.tsx:12](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/hooks/useActiveModifiers/useActiveModifiers.tsx#L12) +[src/hooks/useActiveModifiers/useActiveModifiers.tsx:12](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/hooks/useActiveModifiers/useActiveModifiers.tsx#L12) diff --git a/docs/api/latest/functions/useDayPicker.mdx b/docs/api/latest/functions/useDayPicker.mdx index 825f6e21f0..2e06fc5ffc 100644 --- a/docs/api/latest/functions/useDayPicker.mdx +++ b/docs/api/latest/functions/useDayPicker.mdx @@ -13,4 +13,4 @@ internal or custom components. ## Source -[src/contexts/DayPicker/DayPickerContext.tsx:150](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/DayPicker/DayPickerContext.tsx#L150) +[src/contexts/DayPicker/DayPickerContext.tsx:150](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/DayPicker/DayPickerContext.tsx#L150) diff --git a/docs/api/latest/functions/useDayRender.mdx b/docs/api/latest/functions/useDayRender.mdx index e72f57303f..3af1f12f40 100644 --- a/docs/api/latest/functions/useDayRender.mdx +++ b/docs/api/latest/functions/useDayRender.mdx @@ -21,4 +21,4 @@ component. ## Source -[src/hooks/useDayRender/useDayRender.tsx:40](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/hooks/useDayRender/useDayRender.tsx#L40) +[src/hooks/useDayRender/useDayRender.tsx:40](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/hooks/useDayRender/useDayRender.tsx#L40) diff --git a/docs/api/latest/functions/useFocusContext.mdx b/docs/api/latest/functions/useFocusContext.mdx index 430abd6aa5..8a5f771097 100644 --- a/docs/api/latest/functions/useFocusContext.mdx +++ b/docs/api/latest/functions/useFocusContext.mdx @@ -13,4 +13,4 @@ This hook is meant to be used inside internal or custom components. ## Source -[src/contexts/Focus/FocusContext.tsx:131](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/Focus/FocusContext.tsx#L131) +[src/contexts/Focus/FocusContext.tsx:131](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/Focus/FocusContext.tsx#L131) diff --git a/docs/api/latest/functions/useInput.mdx b/docs/api/latest/functions/useInput.mdx index 10c426229a..0a97f389e6 100644 --- a/docs/api/latest/functions/useInput.mdx +++ b/docs/api/latest/functions/useInput.mdx @@ -16,4 +16,4 @@ Return props and setters for binding an input field to DayPicker. ## Source -[src/hooks/useInput/useInput.ts:78](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/hooks/useInput/useInput.ts#L78) +[src/hooks/useInput/useInput.ts:78](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/hooks/useInput/useInput.ts#L78) diff --git a/docs/api/latest/functions/useNavigation.mdx b/docs/api/latest/functions/useNavigation.mdx index 0e6c1579c7..be382fe2fc 100644 --- a/docs/api/latest/functions/useNavigation.mdx +++ b/docs/api/latest/functions/useNavigation.mdx @@ -13,4 +13,4 @@ This hook is meant to be used inside internal or custom components. ## Source -[src/contexts/Navigation/NavigationContext.tsx:95](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/Navigation/NavigationContext.tsx#L95) +[src/contexts/Navigation/NavigationContext.tsx:95](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/Navigation/NavigationContext.tsx#L95) diff --git a/docs/api/latest/functions/useSelectMultiple.mdx b/docs/api/latest/functions/useSelectMultiple.mdx index fe22465192..4b75eb65bb 100644 --- a/docs/api/latest/functions/useSelectMultiple.mdx +++ b/docs/api/latest/functions/useSelectMultiple.mdx @@ -12,4 +12,4 @@ This hook is meant to be used inside internal or custom components. ## Source -[src/contexts/SelectMultiple/SelectMultipleContext.tsx:143](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L143) +[src/contexts/SelectMultiple/SelectMultipleContext.tsx:143](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L143) diff --git a/docs/api/latest/functions/useSelectRange.mdx b/docs/api/latest/functions/useSelectRange.mdx index 18d8dbb047..b555002d3a 100644 --- a/docs/api/latest/functions/useSelectRange.mdx +++ b/docs/api/latest/functions/useSelectRange.mdx @@ -12,4 +12,4 @@ This hook is meant to be used inside internal or custom components. ## Source -[src/contexts/SelectRange/SelectRangeContext.tsx:193](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectRange/SelectRangeContext.tsx#L193) +[src/contexts/SelectRange/SelectRangeContext.tsx:193](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectRange/SelectRangeContext.tsx#L193) diff --git a/docs/api/latest/functions/useSelectSingle.mdx b/docs/api/latest/functions/useSelectSingle.mdx index c33c644662..b7e7c2eb11 100644 --- a/docs/api/latest/functions/useSelectSingle.mdx +++ b/docs/api/latest/functions/useSelectSingle.mdx @@ -12,4 +12,4 @@ This hook is meant to be used inside internal or custom components. ## Source -[src/contexts/SelectSingle/SelectSingleContext.tsx:91](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectSingle/SelectSingleContext.tsx#L91) +[src/contexts/SelectSingle/SelectSingleContext.tsx:91](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectSingle/SelectSingleContext.tsx#L91) diff --git a/docs/api/latest/type-aliases/ButtonProps.mdx b/docs/api/latest/type-aliases/ButtonProps.mdx index afa77d0dd0..a63a59477a 100644 --- a/docs/api/latest/type-aliases/ButtonProps.mdx +++ b/docs/api/latest/type-aliases/ButtonProps.mdx @@ -6,4 +6,4 @@ The props for the [Button](/api/latest/functions/Button.mdx) component. ## Source -[src/components/Button/Button.tsx:6](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Button/Button.tsx#L6) +[src/components/Button/Button.tsx:6](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/Button/Button.tsx#L6) diff --git a/docs/api/latest/type-aliases/CaptionLayout.mdx b/docs/api/latest/type-aliases/CaptionLayout.mdx index 600f0538a4..c4024181a8 100644 --- a/docs/api/latest/type-aliases/CaptionLayout.mdx +++ b/docs/api/latest/type-aliases/CaptionLayout.mdx @@ -11,4 +11,4 @@ The layout of the caption: ## Source -[src/components/Caption/Caption.tsx:30](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Caption/Caption.tsx#L30) +[src/components/Caption/Caption.tsx:30](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/Caption/Caption.tsx#L30) diff --git a/docs/api/latest/type-aliases/ClassNames.mdx b/docs/api/latest/type-aliases/ClassNames.mdx index fc5d78a01b..22a8e0a07c 100644 --- a/docs/api/latest/type-aliases/ClassNames.mdx +++ b/docs/api/latest/type-aliases/ClassNames.mdx @@ -6,4 +6,4 @@ The class names of each element. ## Source -[src/types/Styles.ts:115](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/Styles.ts#L115) +[src/types/Styles.ts:115](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/Styles.ts#L115) diff --git a/docs/api/latest/type-aliases/DayClickEventHandler.mdx b/docs/api/latest/type-aliases/DayClickEventHandler.mdx index 1f425e9625..a4f1ad7b96 100644 --- a/docs/api/latest/type-aliases/DayClickEventHandler.mdx +++ b/docs/api/latest/type-aliases/DayClickEventHandler.mdx @@ -18,4 +18,4 @@ The event handler when a day is clicked. ## Source -[src/types/EventHandlers.ts:14](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/EventHandlers.ts#L14) +[src/types/EventHandlers.ts:14](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/EventHandlers.ts#L14) diff --git a/docs/api/latest/type-aliases/DayFocusEventHandler.mdx b/docs/api/latest/type-aliases/DayFocusEventHandler.mdx index 915e028ae0..1b447f0099 100644 --- a/docs/api/latest/type-aliases/DayFocusEventHandler.mdx +++ b/docs/api/latest/type-aliases/DayFocusEventHandler.mdx @@ -18,4 +18,4 @@ The event handler when a day is focused. ## Source -[src/types/EventHandlers.ts:21](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/EventHandlers.ts#L21) +[src/types/EventHandlers.ts:21](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/EventHandlers.ts#L21) diff --git a/docs/api/latest/type-aliases/DayKeyboardEventHandler.mdx b/docs/api/latest/type-aliases/DayKeyboardEventHandler.mdx index ce891312f1..5f3d8e0f24 100644 --- a/docs/api/latest/type-aliases/DayKeyboardEventHandler.mdx +++ b/docs/api/latest/type-aliases/DayKeyboardEventHandler.mdx @@ -18,4 +18,4 @@ The event handler when a day gets a keyboard event. ## Source -[src/types/EventHandlers.ts:28](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/EventHandlers.ts#L28) +[src/types/EventHandlers.ts:28](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/EventHandlers.ts#L28) diff --git a/docs/api/latest/type-aliases/DayMouseEventHandler.mdx b/docs/api/latest/type-aliases/DayMouseEventHandler.mdx index 09e68bf20f..1dba6b90c1 100644 --- a/docs/api/latest/type-aliases/DayMouseEventHandler.mdx +++ b/docs/api/latest/type-aliases/DayMouseEventHandler.mdx @@ -18,4 +18,4 @@ The event handler when a day gets a mouse event. ## Source -[src/types/EventHandlers.ts:35](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/EventHandlers.ts#L35) +[src/types/EventHandlers.ts:35](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/EventHandlers.ts#L35) diff --git a/docs/api/latest/type-aliases/DayPickerProps.mdx b/docs/api/latest/type-aliases/DayPickerProps.mdx index 96c5df4b44..7332186971 100644 --- a/docs/api/latest/type-aliases/DayPickerProps.mdx +++ b/docs/api/latest/type-aliases/DayPickerProps.mdx @@ -4,4 +4,4 @@ ## Source -[src/DayPicker.tsx:9](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/DayPicker.tsx#L9) +[src/DayPicker.tsx:9](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/DayPicker.tsx#L9) diff --git a/docs/api/latest/type-aliases/DayPointerEventHandler.mdx b/docs/api/latest/type-aliases/DayPointerEventHandler.mdx index 7dc0afd44c..1032b30f91 100644 --- a/docs/api/latest/type-aliases/DayPointerEventHandler.mdx +++ b/docs/api/latest/type-aliases/DayPointerEventHandler.mdx @@ -18,4 +18,4 @@ The event handler when a day gets a pointer event. ## Source -[src/types/EventHandlers.ts:42](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/EventHandlers.ts#L42) +[src/types/EventHandlers.ts:42](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/EventHandlers.ts#L42) diff --git a/docs/api/latest/type-aliases/DayRender.mdx b/docs/api/latest/type-aliases/DayRender.mdx index d75e3b017b..e3abce2ee6 100644 --- a/docs/api/latest/type-aliases/DayRender.mdx +++ b/docs/api/latest/type-aliases/DayRender.mdx @@ -15,4 +15,4 @@ ## Source -[src/hooks/useDayRender/useDayRender.tsx:18](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/hooks/useDayRender/useDayRender.tsx#L18) +[src/hooks/useDayRender/useDayRender.tsx:18](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/hooks/useDayRender/useDayRender.tsx#L18) diff --git a/docs/api/latest/type-aliases/DaySelectionMode.mdx b/docs/api/latest/type-aliases/DaySelectionMode.mdx index dd88b09e7d..43961662ac 100644 --- a/docs/api/latest/type-aliases/DaySelectionMode.mdx +++ b/docs/api/latest/type-aliases/DaySelectionMode.mdx @@ -12,4 +12,4 @@ Selection modes supported by DayPicker. ## Source -[src/types/DayPickerBase.ts:44](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/DayPickerBase.ts#L44) +[src/types/DayPickerBase.ts:44](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/DayPickerBase.ts#L44) diff --git a/docs/api/latest/type-aliases/DayTouchEventHandler.mdx b/docs/api/latest/type-aliases/DayTouchEventHandler.mdx index f8982dbb5c..d285e16007 100644 --- a/docs/api/latest/type-aliases/DayTouchEventHandler.mdx +++ b/docs/api/latest/type-aliases/DayTouchEventHandler.mdx @@ -18,4 +18,4 @@ The event handler when a day gets a touch event. ## Source -[src/types/EventHandlers.ts:99](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/EventHandlers.ts#L99) +[src/types/EventHandlers.ts:99](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/EventHandlers.ts#L99) diff --git a/docs/api/latest/type-aliases/FocusContextValue.mdx b/docs/api/latest/type-aliases/FocusContextValue.mdx index c3301ef8f1..4853163fbf 100644 --- a/docs/api/latest/type-aliases/FocusContextValue.mdx +++ b/docs/api/latest/type-aliases/FocusContextValue.mdx @@ -25,4 +25,4 @@ Represents the value of the [FocusContext](/api/latest/variables/FocusContext.md ## Source -[src/contexts/Focus/FocusContext.tsx:17](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/Focus/FocusContext.tsx#L17) +[src/contexts/Focus/FocusContext.tsx:17](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/Focus/FocusContext.tsx#L17) diff --git a/docs/api/latest/type-aliases/FocusProviderProps.mdx b/docs/api/latest/type-aliases/FocusProviderProps.mdx index 984d3259ac..c9c19945dd 100644 --- a/docs/api/latest/type-aliases/FocusProviderProps.mdx +++ b/docs/api/latest/type-aliases/FocusProviderProps.mdx @@ -10,4 +10,4 @@ ## Source -[src/contexts/Focus/FocusContext.tsx:57](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/Focus/FocusContext.tsx#L57) +[src/contexts/Focus/FocusContext.tsx:57](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/Focus/FocusContext.tsx#L57) diff --git a/docs/api/latest/type-aliases/InputDayPickerProps.mdx b/docs/api/latest/type-aliases/InputDayPickerProps.mdx index edcdee9972..50d9a63384 100644 --- a/docs/api/latest/type-aliases/InputDayPickerProps.mdx +++ b/docs/api/latest/type-aliases/InputDayPickerProps.mdx @@ -6,4 +6,4 @@ The props to attach to the DayPicker component when using [useInput](/api/latest ## Source -[src/hooks/useInput/useInput.ts:28](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/hooks/useInput/useInput.ts#L28) +[src/hooks/useInput/useInput.ts:28](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/hooks/useInput/useInput.ts#L28) diff --git a/docs/api/latest/type-aliases/InputProps.mdx b/docs/api/latest/type-aliases/InputProps.mdx index 114b7a0f63..398c075a0e 100644 --- a/docs/api/latest/type-aliases/InputProps.mdx +++ b/docs/api/latest/type-aliases/InputProps.mdx @@ -6,4 +6,4 @@ The props to attach to the input field when using [useInput](/api/latest/functio ## Source -[src/hooks/useInput/useInput.ts:22](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/hooks/useInput/useInput.ts#L22) +[src/hooks/useInput/useInput.ts:22](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/hooks/useInput/useInput.ts#L22) diff --git a/docs/api/latest/type-aliases/InternalModifiersElement.mdx b/docs/api/latest/type-aliases/InternalModifiersElement.mdx index 762298ff18..1bd2018d16 100644 --- a/docs/api/latest/type-aliases/InternalModifiersElement.mdx +++ b/docs/api/latest/type-aliases/InternalModifiersElement.mdx @@ -7,4 +7,4 @@ are styled via the `modifiersStyles` or `modifiersClassNames` pop ## Source -[src/types/Styles.ts:104](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/Styles.ts#L104) +[src/types/Styles.ts:104](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/Styles.ts#L104) diff --git a/docs/api/latest/type-aliases/MonthChangeEventHandler.mdx b/docs/api/latest/type-aliases/MonthChangeEventHandler.mdx index e356ad8f94..5433eea5e8 100644 --- a/docs/api/latest/type-aliases/MonthChangeEventHandler.mdx +++ b/docs/api/latest/type-aliases/MonthChangeEventHandler.mdx @@ -16,4 +16,4 @@ The event handler when a month is changed in the calendar. ## Source -[src/types/EventHandlers.ts:49](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/EventHandlers.ts#L49) +[src/types/EventHandlers.ts:49](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/EventHandlers.ts#L49) diff --git a/docs/api/latest/type-aliases/MonthsProps.mdx b/docs/api/latest/type-aliases/MonthsProps.mdx index cfda1b65cb..6796e18346 100644 --- a/docs/api/latest/type-aliases/MonthsProps.mdx +++ b/docs/api/latest/type-aliases/MonthsProps.mdx @@ -12,4 +12,4 @@ The props for the [Months](/api/latest/functions/Months.mdx) component. ## Source -[src/components/Months/Months.tsx:6](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Months/Months.tsx#L6) +[src/components/Months/Months.tsx:6](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/components/Months/Months.tsx#L6) diff --git a/docs/api/latest/type-aliases/SelectMultipleEventHandler.mdx b/docs/api/latest/type-aliases/SelectMultipleEventHandler.mdx index f6f43e3b71..09ecc166fa 100644 --- a/docs/api/latest/type-aliases/SelectMultipleEventHandler.mdx +++ b/docs/api/latest/type-aliases/SelectMultipleEventHandler.mdx @@ -19,4 +19,4 @@ The event handler when selecting multiple days. ## Source -[src/types/EventHandlers.ts:52](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/EventHandlers.ts#L52) +[src/types/EventHandlers.ts:52](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/EventHandlers.ts#L52) diff --git a/docs/api/latest/type-aliases/SelectMultipleModifiers.mdx b/docs/api/latest/type-aliases/SelectMultipleModifiers.mdx index ef487f18b9..3351d581bd 100644 --- a/docs/api/latest/type-aliases/SelectMultipleModifiers.mdx +++ b/docs/api/latest/type-aliases/SelectMultipleModifiers.mdx @@ -6,4 +6,4 @@ Represent the modifiers that are changed by the multiple selection. ## Source -[src/contexts/SelectMultiple/SelectMultipleContext.tsx:14](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L14) +[src/contexts/SelectMultiple/SelectMultipleContext.tsx:14](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L14) diff --git a/docs/api/latest/type-aliases/SelectMultipleProviderProps.mdx b/docs/api/latest/type-aliases/SelectMultipleProviderProps.mdx index 1f2eef3186..fc91e658c9 100644 --- a/docs/api/latest/type-aliases/SelectMultipleProviderProps.mdx +++ b/docs/api/latest/type-aliases/SelectMultipleProviderProps.mdx @@ -11,4 +11,4 @@ ## Source -[src/contexts/SelectMultiple/SelectMultipleContext.tsx:39](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L39) +[src/contexts/SelectMultiple/SelectMultipleContext.tsx:39](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L39) diff --git a/docs/api/latest/type-aliases/SelectRangeEventHandler.mdx b/docs/api/latest/type-aliases/SelectRangeEventHandler.mdx index ff33f50093..c4cef607c6 100644 --- a/docs/api/latest/type-aliases/SelectRangeEventHandler.mdx +++ b/docs/api/latest/type-aliases/SelectRangeEventHandler.mdx @@ -19,4 +19,4 @@ The event handler when selecting a range of days. ## Source -[src/types/EventHandlers.ts:64](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/EventHandlers.ts#L64) +[src/types/EventHandlers.ts:64](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/EventHandlers.ts#L64) diff --git a/docs/api/latest/type-aliases/SelectRangeModifiers.mdx b/docs/api/latest/type-aliases/SelectRangeModifiers.mdx index 1398d7056e..5c8dd9a719 100644 --- a/docs/api/latest/type-aliases/SelectRangeModifiers.mdx +++ b/docs/api/latest/type-aliases/SelectRangeModifiers.mdx @@ -6,4 +6,4 @@ Represent the modifiers that are changed by the range selection. ## Source -[src/contexts/SelectRange/SelectRangeContext.tsx:22](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectRange/SelectRangeContext.tsx#L22) +[src/contexts/SelectRange/SelectRangeContext.tsx:22](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectRange/SelectRangeContext.tsx#L22) diff --git a/docs/api/latest/type-aliases/SelectSingleEventHandler.mdx b/docs/api/latest/type-aliases/SelectSingleEventHandler.mdx index 6ec9f51a50..1c7a56c87a 100644 --- a/docs/api/latest/type-aliases/SelectSingleEventHandler.mdx +++ b/docs/api/latest/type-aliases/SelectSingleEventHandler.mdx @@ -19,4 +19,4 @@ The event handler when selecting a single day. ## Source -[src/types/EventHandlers.ts:75](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/EventHandlers.ts#L75) +[src/types/EventHandlers.ts:75](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/EventHandlers.ts#L75) diff --git a/docs/api/latest/type-aliases/StyledComponent.mdx b/docs/api/latest/type-aliases/StyledComponent.mdx index 175c4ec9fa..fd9af8086d 100644 --- a/docs/api/latest/type-aliases/StyledComponent.mdx +++ b/docs/api/latest/type-aliases/StyledComponent.mdx @@ -14,4 +14,4 @@ Props of a component that can be styled via classNames or inline-styles. ## Source -[src/types/Styles.ts:127](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/Styles.ts#L127) +[src/types/Styles.ts:127](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/Styles.ts#L127) diff --git a/docs/api/latest/type-aliases/StyledElement.mdx b/docs/api/latest/type-aliases/StyledElement.mdx index 307fc34c4e..c21eb0bf70 100644 --- a/docs/api/latest/type-aliases/StyledElement.mdx +++ b/docs/api/latest/type-aliases/StyledElement.mdx @@ -58,4 +58,4 @@ The style (either via class names or via in-line styles) of an element. ## Source -[src/types/Styles.ts:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/Styles.ts#L4) +[src/types/Styles.ts:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/Styles.ts#L4) diff --git a/docs/api/latest/type-aliases/Styles.mdx b/docs/api/latest/type-aliases/Styles.mdx index 9b0d7c4208..d607c69be8 100644 --- a/docs/api/latest/type-aliases/Styles.mdx +++ b/docs/api/latest/type-aliases/Styles.mdx @@ -8,4 +8,4 @@ modifiers, such as `today` or `hidden`, should be styled using the ## Source -[src/types/Styles.ts:122](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/Styles.ts#L122) +[src/types/Styles.ts:122](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/Styles.ts#L122) diff --git a/docs/api/latest/type-aliases/WeekNumberClickEventHandler.mdx b/docs/api/latest/type-aliases/WeekNumberClickEventHandler.mdx index 4402ae27fc..57c98fa059 100644 --- a/docs/api/latest/type-aliases/WeekNumberClickEventHandler.mdx +++ b/docs/api/latest/type-aliases/WeekNumberClickEventHandler.mdx @@ -18,4 +18,4 @@ The event handler when the week number is clicked. ## Source -[src/types/EventHandlers.ts:89](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/types/EventHandlers.ts#L89) +[src/types/EventHandlers.ts:89](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/types/EventHandlers.ts#L89) diff --git a/docs/api/latest/variables/DayPickerContext.mdx b/docs/api/latest/variables/DayPickerContext.mdx index 88b166589f..7ce03686df 100644 --- a/docs/api/latest/variables/DayPickerContext.mdx +++ b/docs/api/latest/variables/DayPickerContext.mdx @@ -10,4 +10,4 @@ Access to this context from the [useDayPicker](/api/latest/functions/useDayPicke ## Source -[src/contexts/DayPicker/DayPickerContext.tsx:63](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/DayPicker/DayPickerContext.tsx#L63) +[src/contexts/DayPicker/DayPickerContext.tsx:63](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/DayPicker/DayPickerContext.tsx#L63) diff --git a/docs/api/latest/variables/FocusContext.mdx b/docs/api/latest/variables/FocusContext.mdx index f6d3f40fb1..687e47125a 100644 --- a/docs/api/latest/variables/FocusContext.mdx +++ b/docs/api/latest/variables/FocusContext.mdx @@ -8,4 +8,4 @@ Access this context from the [useFocusContext](/api/latest/functions/useFocusCon ## Source -[src/contexts/Focus/FocusContext.tsx:53](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/Focus/FocusContext.tsx#L53) +[src/contexts/Focus/FocusContext.tsx:53](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/Focus/FocusContext.tsx#L53) diff --git a/docs/api/latest/variables/NavigationContext.mdx b/docs/api/latest/variables/NavigationContext.mdx index d11265af7c..89be42df0b 100644 --- a/docs/api/latest/variables/NavigationContext.mdx +++ b/docs/api/latest/variables/NavigationContext.mdx @@ -7,4 +7,4 @@ DayPicker. Access this context from the [useNavigation](/api/latest/functions/us ## Source -[src/contexts/Navigation/NavigationContext.tsx:39](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/Navigation/NavigationContext.tsx#L39) +[src/contexts/Navigation/NavigationContext.tsx:39](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/Navigation/NavigationContext.tsx#L39) diff --git a/docs/api/latest/variables/SelectMultipleContext.mdx b/docs/api/latest/variables/SelectMultipleContext.mdx index 9f2a721a77..e371e63754 100644 --- a/docs/api/latest/variables/SelectMultipleContext.mdx +++ b/docs/api/latest/variables/SelectMultipleContext.mdx @@ -9,4 +9,4 @@ Access this context from the [useSelectMultiple](/api/latest/functions/useSelect ## Source -[src/contexts/SelectMultiple/SelectMultipleContext.tsx:35](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L35) +[src/contexts/SelectMultiple/SelectMultipleContext.tsx:35](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L35) diff --git a/docs/api/latest/variables/SelectRangeContext.mdx b/docs/api/latest/variables/SelectRangeContext.mdx index 3e26261e1e..352f89be10 100644 --- a/docs/api/latest/variables/SelectRangeContext.mdx +++ b/docs/api/latest/variables/SelectRangeContext.mdx @@ -9,4 +9,4 @@ Access this context from the [useSelectRange](/api/latest/functions/useSelectRan ## Source -[src/contexts/SelectRange/SelectRangeContext.tsx:46](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectRange/SelectRangeContext.tsx#L46) +[src/contexts/SelectRange/SelectRangeContext.tsx:46](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectRange/SelectRangeContext.tsx#L46) diff --git a/docs/api/latest/variables/SelectSingleContext.mdx b/docs/api/latest/variables/SelectSingleContext.mdx index 7a0c2195d3..2f22ec1ae4 100644 --- a/docs/api/latest/variables/SelectSingleContext.mdx +++ b/docs/api/latest/variables/SelectSingleContext.mdx @@ -9,4 +9,4 @@ Access this context from the [useSelectSingle](/api/latest/functions/useSelectSi ## Source -[src/contexts/SelectSingle/SelectSingleContext.tsx:24](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectSingle/SelectSingleContext.tsx#L24) +[src/contexts/SelectSingle/SelectSingleContext.tsx:24](https://github.com/gpbl/react-day-picker/blob/86f49ff11/src/contexts/SelectSingle/SelectSingleContext.tsx#L24) diff --git a/docs/api/next/classes/CalendarDay.mdx b/docs/api/next/classes/CalendarDay.mdx index 4b97ed6b0d..321dbebcd0 100644 --- a/docs/api/next/classes/CalendarDay.mdx +++ b/docs/api/next/classes/CalendarDay.mdx @@ -21,7 +21,7 @@ A day displayed in a month grid. #### Source -[next/src/classes/CalendarDay.ts:6](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/classes/CalendarDay.ts#L6) +[next/src/classes/CalendarDay.ts:6](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/classes/CalendarDay.ts#L6) ## Properties @@ -51,4 +51,4 @@ Whether the day is the same as the given day. #### Source -[next/src/classes/CalendarDay.ts:22](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/classes/CalendarDay.ts#L22) +[next/src/classes/CalendarDay.ts:22](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/classes/CalendarDay.ts#L22) diff --git a/docs/api/next/classes/Month.mdx b/docs/api/next/classes/Month.mdx index 471520ad16..9acae02851 100644 --- a/docs/api/next/classes/Month.mdx +++ b/docs/api/next/classes/Month.mdx @@ -21,7 +21,7 @@ A month displayed in the month grid. Contains the weeks. #### Source -[next/src/classes/CalendarMonth.ts:8](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/classes/CalendarMonth.ts#L8) +[next/src/classes/CalendarMonth.ts:8](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/classes/CalendarMonth.ts#L8) ## Properties diff --git a/docs/api/next/classes/Week.mdx b/docs/api/next/classes/Week.mdx index 61eeb56556..c766bafd79 100644 --- a/docs/api/next/classes/Week.mdx +++ b/docs/api/next/classes/Week.mdx @@ -21,7 +21,7 @@ A week displayed in a month grid. Contains the days. #### Source -[next/src/classes/CalendarWeek.ts:8](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/classes/CalendarWeek.ts#L8) +[next/src/classes/CalendarWeek.ts:8](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/classes/CalendarWeek.ts#L8) ## Properties diff --git a/docs/api/next/functions/Button.mdx b/docs/api/next/functions/Button.mdx index 1fc4b5d27f..4ae08ee2c4 100644 --- a/docs/api/next/functions/Button.mdx +++ b/docs/api/next/functions/Button.mdx @@ -20,4 +20,4 @@ GP ## Source -[next/src/components/Button.tsx:8](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/Button.tsx#L8) +[next/src/components/Button.tsx:8](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/Button.tsx#L8) diff --git a/docs/api/next/functions/Chevron.mdx b/docs/api/next/functions/Chevron.mdx index 3f0ce9d9c9..dd2785f4c9 100644 --- a/docs/api/next/functions/Chevron.mdx +++ b/docs/api/next/functions/Chevron.mdx @@ -18,4 +18,4 @@ Render the chevron icon used in the navigation buttons and dropdowns. ## Source -[next/src/components/Chevron.tsx:2](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/Chevron.tsx#L2) +[next/src/components/Chevron.tsx:2](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/Chevron.tsx#L2) diff --git a/docs/api/next/functions/DayGridCell.mdx b/docs/api/next/functions/DayGridCell.mdx index e05890c58a..34c41dbcb1 100644 --- a/docs/api/next/functions/DayGridCell.mdx +++ b/docs/api/next/functions/DayGridCell.mdx @@ -16,4 +16,4 @@ Render the gridcell of a day in the calendar. ## Source -[next/src/components/DayGridCell.tsx:7](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/DayGridCell.tsx#L7) +[next/src/components/DayGridCell.tsx:7](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/DayGridCell.tsx#L7) diff --git a/docs/api/next/functions/DayPicker.mdx b/docs/api/next/functions/DayPicker.mdx index 652143e897..1f94b5d3f2 100644 --- a/docs/api/next/functions/DayPicker.mdx +++ b/docs/api/next/functions/DayPicker.mdx @@ -26,4 +26,4 @@ https://react-day-picker.js.org ## Source -[next/src/DayPicker.tsx:37](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/DayPicker.tsx#L37) +[next/src/DayPicker.tsx:37](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/DayPicker.tsx#L37) diff --git a/docs/api/next/functions/DayPickerProvider.mdx b/docs/api/next/functions/DayPickerProvider.mdx index c8d55a2fe5..4de6a71af2 100644 --- a/docs/api/next/functions/DayPickerProvider.mdx +++ b/docs/api/next/functions/DayPickerProvider.mdx @@ -23,4 +23,4 @@ defaults. Must be the root of all the providers. ## Source -[next/src/contexts/DayPickerContext/DayPickerContext.tsx:50](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/contexts/DayPickerContext/DayPickerContext.tsx#L50) +[next/src/contexts/DayPickerContext/DayPickerContext.tsx:50](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/contexts/DayPickerContext/DayPickerContext.tsx#L50) diff --git a/docs/api/next/functions/Dropdown.mdx b/docs/api/next/functions/Dropdown.mdx index 600e7f22f8..bf3750dce6 100644 --- a/docs/api/next/functions/Dropdown.mdx +++ b/docs/api/next/functions/Dropdown.mdx @@ -16,4 +16,4 @@ Render a dropdown component to use in the navigation bar. ## Source -[next/src/components/Dropdown.tsx:16](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/Dropdown.tsx#L16) +[next/src/components/Dropdown.tsx:16](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/Dropdown.tsx#L16) diff --git a/docs/api/next/functions/DropdownNav.mdx b/docs/api/next/functions/DropdownNav.mdx index 64a1ffd9d2..21a35beb73 100644 --- a/docs/api/next/functions/DropdownNav.mdx +++ b/docs/api/next/functions/DropdownNav.mdx @@ -20,4 +20,4 @@ Render the dropdowns to navigate between months. ## Source -[next/src/components/DropdownNav.tsx:7](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/DropdownNav.tsx#L7) +[next/src/components/DropdownNav.tsx:7](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/DropdownNav.tsx#L7) diff --git a/docs/api/next/functions/Footer.mdx b/docs/api/next/functions/Footer.mdx index d0a93e0169..7ae40ff85f 100644 --- a/docs/api/next/functions/Footer.mdx +++ b/docs/api/next/functions/Footer.mdx @@ -16,4 +16,4 @@ Component wrapping the footer. ## Source -[next/src/components/Footer.tsx:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/Footer.tsx#L4) +[next/src/components/Footer.tsx:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/Footer.tsx#L4) diff --git a/docs/api/next/functions/MonthCaption.mdx b/docs/api/next/functions/MonthCaption.mdx index 4a0dad1102..15e9714daf 100644 --- a/docs/api/next/functions/MonthCaption.mdx +++ b/docs/api/next/functions/MonthCaption.mdx @@ -16,4 +16,4 @@ Render the caption of a month in the calendar. ## Source -[next/src/components/MonthCaption.tsx:14](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/MonthCaption.tsx#L14) +[next/src/components/MonthCaption.tsx:14](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/MonthCaption.tsx#L14) diff --git a/docs/api/next/functions/MonthGrid.mdx b/docs/api/next/functions/MonthGrid.mdx index f58c70d582..049ccd59c7 100644 --- a/docs/api/next/functions/MonthGrid.mdx +++ b/docs/api/next/functions/MonthGrid.mdx @@ -19,4 +19,4 @@ month. ## Source -[next/src/components/MonthGrid.tsx:13](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/MonthGrid.tsx#L13) +[next/src/components/MonthGrid.tsx:13](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/MonthGrid.tsx#L13) diff --git a/docs/api/next/functions/Months.mdx b/docs/api/next/functions/Months.mdx index dace720723..736e6e782d 100644 --- a/docs/api/next/functions/Months.mdx +++ b/docs/api/next/functions/Months.mdx @@ -16,4 +16,4 @@ Component wrapping the month grids. ## Source -[next/src/components/Months.tsx:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/Months.tsx#L4) +[next/src/components/Months.tsx:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/Months.tsx#L4) diff --git a/docs/api/next/functions/MonthsDropdown.mdx b/docs/api/next/functions/MonthsDropdown.mdx index 3c2d6fd36b..3d2e44c435 100644 --- a/docs/api/next/functions/MonthsDropdown.mdx +++ b/docs/api/next/functions/MonthsDropdown.mdx @@ -17,4 +17,4 @@ Render the dropdown to change the month. ## Source -[next/src/components/MonthsDropdown.tsx:12](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/MonthsDropdown.tsx#L12) +[next/src/components/MonthsDropdown.tsx:12](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/MonthsDropdown.tsx#L12) diff --git a/docs/api/next/functions/Nav.mdx b/docs/api/next/functions/Nav.mdx index 581ffa1eea..3fcdb057f6 100644 --- a/docs/api/next/functions/Nav.mdx +++ b/docs/api/next/functions/Nav.mdx @@ -10,4 +10,4 @@ Render the navigation buttons to change the month. ## Source -[next/src/components/Nav.tsx:7](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/Nav.tsx#L7) +[next/src/components/Nav.tsx:7](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/Nav.tsx#L7) diff --git a/docs/api/next/functions/Option.mdx b/docs/api/next/functions/Option.mdx index e8893ca0b5..4959e97dd0 100644 --- a/docs/api/next/functions/Option.mdx +++ b/docs/api/next/functions/Option.mdx @@ -16,4 +16,4 @@ Render the `option` element. ## Source -[next/src/components/Option.tsx:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/Option.tsx#L4) +[next/src/components/Option.tsx:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/Option.tsx#L4) diff --git a/docs/api/next/functions/Select.mdx b/docs/api/next/functions/Select.mdx index e98afd7cc7..960bead505 100644 --- a/docs/api/next/functions/Select.mdx +++ b/docs/api/next/functions/Select.mdx @@ -16,4 +16,4 @@ Render the `select` element. ## Source -[next/src/components/Select.tsx:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/Select.tsx#L4) +[next/src/components/Select.tsx:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/Select.tsx#L4) diff --git a/docs/api/next/functions/WeekNumberRowHeader.mdx b/docs/api/next/functions/WeekNumberRowHeader.mdx index 26a4a58d40..8b7874ea11 100644 --- a/docs/api/next/functions/WeekNumberRowHeader.mdx +++ b/docs/api/next/functions/WeekNumberRowHeader.mdx @@ -17,4 +17,4 @@ Render the cell with the number of the week. ## Source -[next/src/components/WeekNumberRowHeader.tsx:5](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/WeekNumberRowHeader.tsx#L5) +[next/src/components/WeekNumberRowHeader.tsx:5](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/WeekNumberRowHeader.tsx#L5) diff --git a/docs/api/next/functions/WeekRow.mdx b/docs/api/next/functions/WeekRow.mdx index 69d7a973ef..6d67279393 100644 --- a/docs/api/next/functions/WeekRow.mdx +++ b/docs/api/next/functions/WeekRow.mdx @@ -16,4 +16,4 @@ Render a row in the calendar, with the days and the week number. ## Source -[next/src/components/WeekRow.tsx:9](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/WeekRow.tsx#L9) +[next/src/components/WeekRow.tsx:9](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/WeekRow.tsx#L9) diff --git a/docs/api/next/functions/WeekdayColumnHeader.mdx b/docs/api/next/functions/WeekdayColumnHeader.mdx index 0dc1eab0a2..023a3b675c 100644 --- a/docs/api/next/functions/WeekdayColumnHeader.mdx +++ b/docs/api/next/functions/WeekdayColumnHeader.mdx @@ -19,4 +19,4 @@ Render the column header with the weekday name (e.g. "Mo", "Tu", etc.) ## Source -[next/src/components/WeekdayColumnHeader.tsx:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/WeekdayColumnHeader.tsx#L4) +[next/src/components/WeekdayColumnHeader.tsx:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/WeekdayColumnHeader.tsx#L4) diff --git a/docs/api/next/functions/WeekdaysRow.mdx b/docs/api/next/functions/WeekdaysRow.mdx index d7fcea0659..501417ea35 100644 --- a/docs/api/next/functions/WeekdaysRow.mdx +++ b/docs/api/next/functions/WeekdaysRow.mdx @@ -10,4 +10,4 @@ Render the row with the weekday names. ## Source -[next/src/components/WeekdaysRow.tsx:6](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/WeekdaysRow.tsx#L6) +[next/src/components/WeekdaysRow.tsx:6](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/WeekdaysRow.tsx#L6) diff --git a/docs/api/next/functions/YearsDropdown.mdx b/docs/api/next/functions/YearsDropdown.mdx index 5003f3b07d..ae68911fd1 100644 --- a/docs/api/next/functions/YearsDropdown.mdx +++ b/docs/api/next/functions/YearsDropdown.mdx @@ -17,4 +17,4 @@ Render the dropdown to change the year. ## Source -[next/src/components/YearsDropdown.tsx:12](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/components/YearsDropdown.tsx#L12) +[next/src/components/YearsDropdown.tsx:12](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/components/YearsDropdown.tsx#L12) diff --git a/docs/api/next/functions/formatCaption.mdx b/docs/api/next/functions/formatCaption.mdx index f5043bb19f..59a43e1025 100644 --- a/docs/api/next/functions/formatCaption.mdx +++ b/docs/api/next/functions/formatCaption.mdx @@ -17,4 +17,4 @@ The default formatter for the caption element. ## Source -[next/src/formatters/formatCaption.ts:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/formatters/formatCaption.ts#L4) +[next/src/formatters/formatCaption.ts:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/formatters/formatCaption.ts#L4) diff --git a/docs/api/next/functions/formatDay.mdx b/docs/api/next/functions/formatDay.mdx index 2d3d48ec3a..9541f7f108 100644 --- a/docs/api/next/functions/formatDay.mdx +++ b/docs/api/next/functions/formatDay.mdx @@ -17,4 +17,4 @@ The default formatter for the day grid cell element. ## Source -[next/src/formatters/formatDay.ts:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/formatters/formatDay.ts#L4) +[next/src/formatters/formatDay.ts:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/formatters/formatDay.ts#L4) diff --git a/docs/api/next/functions/formatMonthCaption.mdx b/docs/api/next/functions/formatMonthCaption.mdx index 93667aa3c2..b5b1467e39 100644 --- a/docs/api/next/functions/formatMonthCaption.mdx +++ b/docs/api/next/functions/formatMonthCaption.mdx @@ -19,4 +19,4 @@ Use [formatCaption](/api/next/functions/formatCaption.mdx) instead. ## Source -[next/src/formatters/formatCaption.ts:12](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/formatters/formatCaption.ts#L12) +[next/src/formatters/formatCaption.ts:12](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/formatters/formatCaption.ts#L12) diff --git a/docs/api/next/functions/formatMonthDropdown.mdx b/docs/api/next/functions/formatMonthDropdown.mdx index d97d1603b1..0a9f64508d 100644 --- a/docs/api/next/functions/formatMonthDropdown.mdx +++ b/docs/api/next/functions/formatMonthDropdown.mdx @@ -17,4 +17,4 @@ The default formatter for the month dropdown value. ## Source -[next/src/formatters/formatMonthDropdown.ts:5](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/formatters/formatMonthDropdown.ts#L5) +[next/src/formatters/formatMonthDropdown.ts:5](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/formatters/formatMonthDropdown.ts#L5) diff --git a/docs/api/next/functions/formatWeekNumber.mdx b/docs/api/next/functions/formatWeekNumber.mdx index b98e6a210e..8983a2714d 100644 --- a/docs/api/next/functions/formatWeekNumber.mdx +++ b/docs/api/next/functions/formatWeekNumber.mdx @@ -17,4 +17,4 @@ The default formatter for the week numbers. ## Source -[next/src/formatters/formatWeekNumber.ts:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/formatters/formatWeekNumber.ts#L4) +[next/src/formatters/formatWeekNumber.ts:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/formatters/formatWeekNumber.ts#L4) diff --git a/docs/api/next/functions/formatWeekdayName.mdx b/docs/api/next/functions/formatWeekdayName.mdx index 2d91918938..628249a0ad 100644 --- a/docs/api/next/functions/formatWeekdayName.mdx +++ b/docs/api/next/functions/formatWeekdayName.mdx @@ -17,4 +17,4 @@ The default formatter for the name of the weekday. ## Source -[next/src/formatters/formatWeekdayName.ts:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/formatters/formatWeekdayName.ts#L4) +[next/src/formatters/formatWeekdayName.ts:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/formatters/formatWeekdayName.ts#L4) diff --git a/docs/api/next/functions/formatYearCaption.mdx b/docs/api/next/functions/formatYearCaption.mdx index 5375016ec4..41ef856bc9 100644 --- a/docs/api/next/functions/formatYearCaption.mdx +++ b/docs/api/next/functions/formatYearCaption.mdx @@ -18,4 +18,4 @@ Use `formatYearDropdown` instead. ## Source -[next/src/formatters/formatYearDropdown.ts:7](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/formatters/formatYearDropdown.ts#L7) +[next/src/formatters/formatYearDropdown.ts:7](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/formatters/formatYearDropdown.ts#L7) diff --git a/docs/api/next/functions/formatYearDropdown.mdx b/docs/api/next/functions/formatYearDropdown.mdx index 677b150594..d38c1d12c2 100644 --- a/docs/api/next/functions/formatYearDropdown.mdx +++ b/docs/api/next/functions/formatYearDropdown.mdx @@ -16,4 +16,4 @@ The default formatter for the Year caption. ## Source -[next/src/formatters/formatYearDropdown.ts:2](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/formatters/formatYearDropdown.ts#L2) +[next/src/formatters/formatYearDropdown.ts:2](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/formatters/formatYearDropdown.ts#L2) diff --git a/docs/api/next/functions/labelDay.mdx b/docs/api/next/functions/labelDay.mdx index 2d3bc271e0..bcc0c3ee0e 100644 --- a/docs/api/next/functions/labelDay.mdx +++ b/docs/api/next/functions/labelDay.mdx @@ -18,4 +18,4 @@ Return the default ARIA label for the day button. ## Source -[next/src/labels/labelDay.ts:6](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/labels/labelDay.ts#L6) +[next/src/labels/labelDay.ts:6](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/labels/labelDay.ts#L6) diff --git a/docs/api/next/functions/labelMonthDropdown.mdx b/docs/api/next/functions/labelMonthDropdown.mdx index 5fd0555f18..d7dae183cc 100644 --- a/docs/api/next/functions/labelMonthDropdown.mdx +++ b/docs/api/next/functions/labelMonthDropdown.mdx @@ -16,4 +16,4 @@ Return the default ARIA label for the WeekNumber element. ## Source -[next/src/labels/labelMonthDropdown.ts:5](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/labels/labelMonthDropdown.ts#L5) +[next/src/labels/labelMonthDropdown.ts:5](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/labels/labelMonthDropdown.ts#L5) diff --git a/docs/api/next/functions/labelNext.mdx b/docs/api/next/functions/labelNext.mdx index ebdd013c55..736714ecd8 100644 --- a/docs/api/next/functions/labelNext.mdx +++ b/docs/api/next/functions/labelNext.mdx @@ -17,4 +17,4 @@ Return the default ARIA label for next month button. ## Source -[next/src/labels/labelNext.ts:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/labels/labelNext.ts#L4) +[next/src/labels/labelNext.ts:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/labels/labelNext.ts#L4) diff --git a/docs/api/next/functions/labelPrevious.mdx b/docs/api/next/functions/labelPrevious.mdx index cc13c9e215..45709e335a 100644 --- a/docs/api/next/functions/labelPrevious.mdx +++ b/docs/api/next/functions/labelPrevious.mdx @@ -17,4 +17,4 @@ Return the default ARIA label for next month button. ## Source -[next/src/labels/labelPrevious.ts:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/labels/labelPrevious.ts#L4) +[next/src/labels/labelPrevious.ts:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/labels/labelPrevious.ts#L4) diff --git a/docs/api/next/functions/labelWeekNumber.mdx b/docs/api/next/functions/labelWeekNumber.mdx index 53a8d83127..3260a1cf6a 100644 --- a/docs/api/next/functions/labelWeekNumber.mdx +++ b/docs/api/next/functions/labelWeekNumber.mdx @@ -17,4 +17,4 @@ Return the default ARIA label for the week number element. ## Source -[next/src/labels/labelWeekNumber.ts:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/labels/labelWeekNumber.ts#L4) +[next/src/labels/labelWeekNumber.ts:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/labels/labelWeekNumber.ts#L4) diff --git a/docs/api/next/functions/labelWeekNumberHeader.mdx b/docs/api/next/functions/labelWeekNumberHeader.mdx index 742e16f5c9..9ccc9af35e 100644 --- a/docs/api/next/functions/labelWeekNumberHeader.mdx +++ b/docs/api/next/functions/labelWeekNumberHeader.mdx @@ -16,4 +16,4 @@ Return the default ARIA label for the week number header element. ## Source -[next/src/labels/labelWeekNumberHeader.ts:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/labels/labelWeekNumberHeader.ts#L4) +[next/src/labels/labelWeekNumberHeader.ts:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/labels/labelWeekNumberHeader.ts#L4) diff --git a/docs/api/next/functions/labelWeekday.mdx b/docs/api/next/functions/labelWeekday.mdx index fd50f16fc2..5427aba30b 100644 --- a/docs/api/next/functions/labelWeekday.mdx +++ b/docs/api/next/functions/labelWeekday.mdx @@ -17,4 +17,4 @@ Return he default ARIA label for the Weekday element. ## Source -[next/src/labels/labelWeekday.ts:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/labels/labelWeekday.ts#L4) +[next/src/labels/labelWeekday.ts:4](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/labels/labelWeekday.ts#L4) diff --git a/docs/api/next/functions/labelYearDropdown.mdx b/docs/api/next/functions/labelYearDropdown.mdx index eb4ea7f940..74fa4df01d 100644 --- a/docs/api/next/functions/labelYearDropdown.mdx +++ b/docs/api/next/functions/labelYearDropdown.mdx @@ -16,4 +16,4 @@ The default ARIA label for the years dropdown. ## Source -[next/src/labels/labelYearDropdown.ts:5](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/labels/labelYearDropdown.ts#L5) +[next/src/labels/labelYearDropdown.ts:5](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/labels/labelYearDropdown.ts#L5) diff --git a/docs/api/next/functions/useCalendar.mdx b/docs/api/next/functions/useCalendar.mdx index 0c8f992b47..74e752819d 100644 --- a/docs/api/next/functions/useCalendar.mdx +++ b/docs/api/next/functions/useCalendar.mdx @@ -10,4 +10,4 @@ Use this hook to access the [CalendarContext](/api/next/interfaces/CalendarConte ## Source -[next/src/contexts/CalendarContext/CalendarContext.tsx:188](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/contexts/CalendarContext/CalendarContext.tsx#L188) +[next/src/contexts/CalendarContext/CalendarContext.tsx:188](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/contexts/CalendarContext/CalendarContext.tsx#L188) diff --git a/docs/api/next/functions/useDayPicker.mdx b/docs/api/next/functions/useDayPicker.mdx index 0eaa3c176e..bceaad39e1 100644 --- a/docs/api/next/functions/useDayPicker.mdx +++ b/docs/api/next/functions/useDayPicker.mdx @@ -10,4 +10,4 @@ Use this hook to access to the DayPicker context within Custom Components. ## Source -[next/src/contexts/DayPickerContext/DayPickerContext.tsx:91](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/contexts/DayPickerContext/DayPickerContext.tsx#L91) +[next/src/contexts/DayPickerContext/DayPickerContext.tsx:91](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/contexts/DayPickerContext/DayPickerContext.tsx#L91) diff --git a/docs/api/next/functions/useSelection.mdx b/docs/api/next/functions/useSelection.mdx index c2bbb82e22..aaa503939e 100644 --- a/docs/api/next/functions/useSelection.mdx +++ b/docs/api/next/functions/useSelection.mdx @@ -10,4 +10,4 @@ Use this hook to access the [SelectionContext](/api/next/interfaces/SelectionCon ## Source -[next/src/contexts/SelectionContext/SelectionContext.tsx:213](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/contexts/SelectionContext/SelectionContext.tsx#L213) +[next/src/contexts/SelectionContext/SelectionContext.tsx:213](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/contexts/SelectionContext/SelectionContext.tsx#L213) diff --git a/docs/api/next/type-aliases/CaptionLayout.mdx b/docs/api/next/type-aliases/CaptionLayout.mdx index 62d59fa51d..d5284da036 100644 --- a/docs/api/next/type-aliases/CaptionLayout.mdx +++ b/docs/api/next/type-aliases/CaptionLayout.mdx @@ -11,4 +11,4 @@ Replaced by [PropsBase.dropdownNavigation](/api/next/interfaces/PropsBase.mdx) a ## Source -[next/src/types/props.ts:388](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/props.ts#L388) +[next/src/types/props.ts:388](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/props.ts#L388) diff --git a/docs/api/next/type-aliases/ClassNames.mdx b/docs/api/next/type-aliases/ClassNames.mdx index fd76826424..aa3260830a 100644 --- a/docs/api/next/type-aliases/ClassNames.mdx +++ b/docs/api/next/type-aliases/ClassNames.mdx @@ -4,4 +4,4 @@ ## Source -[next/src/types/ui.ts:70](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/ui.ts#L70) +[next/src/types/ui.ts:70](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/ui.ts#L70) diff --git a/docs/api/next/type-aliases/CustomComponents.mdx b/docs/api/next/type-aliases/CustomComponents.mdx index f311e405ef..2997f79a86 100644 --- a/docs/api/next/type-aliases/CustomComponents.mdx +++ b/docs/api/next/type-aliases/CustomComponents.mdx @@ -7,4 +7,4 @@ components prop. ## Source -[next/src/types/props.ts:368](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/props.ts#L368) +[next/src/types/props.ts:368](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/props.ts#L368) diff --git a/docs/api/next/type-aliases/DateAfter.mdx b/docs/api/next/type-aliases/DateAfter.mdx index 07cd5345e1..a2bc3ff2fb 100644 --- a/docs/api/next/type-aliases/DateAfter.mdx +++ b/docs/api/next/type-aliases/DateAfter.mdx @@ -13,4 +13,4 @@ included. ## Source -[next/src/types/matchers.ts:23](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/matchers.ts#L23) +[next/src/types/matchers.ts:23](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/matchers.ts#L23) diff --git a/docs/api/next/type-aliases/DateBefore.mdx b/docs/api/next/type-aliases/DateBefore.mdx index 70a5592ae9..34333ee235 100644 --- a/docs/api/next/type-aliases/DateBefore.mdx +++ b/docs/api/next/type-aliases/DateBefore.mdx @@ -16,4 +16,4 @@ test ## Source -[next/src/types/matchers.ts:32](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/matchers.ts#L32) +[next/src/types/matchers.ts:32](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/matchers.ts#L32) diff --git a/docs/api/next/type-aliases/DateInterval.mdx b/docs/api/next/type-aliases/DateInterval.mdx index b1a30dc889..68c5cb6a71 100644 --- a/docs/api/next/type-aliases/DateInterval.mdx +++ b/docs/api/next/type-aliases/DateInterval.mdx @@ -14,4 +14,4 @@ dates are not included. ## Source -[next/src/types/matchers.ts:40](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/matchers.ts#L40) +[next/src/types/matchers.ts:40](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/matchers.ts#L40) diff --git a/docs/api/next/type-aliases/DateRange.mdx b/docs/api/next/type-aliases/DateRange.mdx index 3b227531cf..7ca92e77e5 100644 --- a/docs/api/next/type-aliases/DateRange.mdx +++ b/docs/api/next/type-aliases/DateRange.mdx @@ -14,4 +14,4 @@ A matcher to match a range of dates. The range can be open. Differently from ## Source -[next/src/types/matchers.ts:48](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/matchers.ts#L48) +[next/src/types/matchers.ts:48](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/matchers.ts#L48) diff --git a/docs/api/next/type-aliases/DayClickEventHandler.mdx b/docs/api/next/type-aliases/DayClickEventHandler.mdx index b8b48e3400..2622a21e89 100644 --- a/docs/api/next/type-aliases/DayClickEventHandler.mdx +++ b/docs/api/next/type-aliases/DayClickEventHandler.mdx @@ -10,4 +10,4 @@ Use [DayMouseEventHandler](/api/next/type-aliases/DayMouseEventHandler.mdx) inst ## Source -[next/src/types/events.ts:17](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/events.ts#L17) +[next/src/types/events.ts:17](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/events.ts#L17) diff --git a/docs/api/next/type-aliases/DayEventHandler.mdx b/docs/api/next/type-aliases/DayEventHandler.mdx index 7a2dddf2b9..d967d78189 100644 --- a/docs/api/next/type-aliases/DayEventHandler.mdx +++ b/docs/api/next/type-aliases/DayEventHandler.mdx @@ -22,4 +22,4 @@ ## Source -[next/src/types/events.ts:3](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/events.ts#L3) +[next/src/types/events.ts:3](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/events.ts#L3) diff --git a/docs/api/next/type-aliases/DayFocusEventHandler.mdx b/docs/api/next/type-aliases/DayFocusEventHandler.mdx index 741132dc54..5ccfdd9a08 100644 --- a/docs/api/next/type-aliases/DayFocusEventHandler.mdx +++ b/docs/api/next/type-aliases/DayFocusEventHandler.mdx @@ -6,4 +6,4 @@ The event handler when a day is focused. ## Source -[next/src/types/events.ts:20](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/events.ts#L20) +[next/src/types/events.ts:20](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/events.ts#L20) diff --git a/docs/api/next/type-aliases/DayKeyboardEventHandler.mdx b/docs/api/next/type-aliases/DayKeyboardEventHandler.mdx index 57145994e7..d9745c6954 100644 --- a/docs/api/next/type-aliases/DayKeyboardEventHandler.mdx +++ b/docs/api/next/type-aliases/DayKeyboardEventHandler.mdx @@ -6,4 +6,4 @@ The event handler when a day gets a keyboard event. ## Source -[next/src/types/events.ts:25](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/events.ts#L25) +[next/src/types/events.ts:25](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/events.ts#L25) diff --git a/docs/api/next/type-aliases/DayMouseEventHandler.mdx b/docs/api/next/type-aliases/DayMouseEventHandler.mdx index 596148bcd9..d0d826fb06 100644 --- a/docs/api/next/type-aliases/DayMouseEventHandler.mdx +++ b/docs/api/next/type-aliases/DayMouseEventHandler.mdx @@ -6,4 +6,4 @@ The event handler when a day gets a mouse event. ## Source -[next/src/types/events.ts:28](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/events.ts#L28) +[next/src/types/events.ts:28](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/events.ts#L28) diff --git a/docs/api/next/type-aliases/DayOfWeek.mdx b/docs/api/next/type-aliases/DayOfWeek.mdx index ca48c3d62d..ffcc88e0a7 100644 --- a/docs/api/next/type-aliases/DayOfWeek.mdx +++ b/docs/api/next/type-aliases/DayOfWeek.mdx @@ -13,4 +13,4 @@ where `0` is Sunday). ## Source -[next/src/types/matchers.ts:56](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/matchers.ts#L56) +[next/src/types/matchers.ts:56](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/matchers.ts#L56) diff --git a/docs/api/next/type-aliases/DayPickerProps.mdx b/docs/api/next/type-aliases/DayPickerProps.mdx index 804017a099..283259a8c5 100644 --- a/docs/api/next/type-aliases/DayPickerProps.mdx +++ b/docs/api/next/type-aliases/DayPickerProps.mdx @@ -6,7 +6,7 @@ Defines the props accepted by the DayPicker component. ## See -https://react-day-picker.dev/api/daypickerprops +https://daypicker.dev/api/daypickerprops ## Type parameters @@ -16,4 +16,4 @@ https://react-day-picker.dev/api/daypickerprops ## Source -[next/src/DayPicker.tsx:28](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/DayPicker.tsx#L28) +[next/src/DayPicker.tsx:28](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/DayPicker.tsx#L28) diff --git a/docs/api/next/type-aliases/DayPointerEventHandler.mdx b/docs/api/next/type-aliases/DayPointerEventHandler.mdx index 30319d071a..6784f0cf8c 100644 --- a/docs/api/next/type-aliases/DayPointerEventHandler.mdx +++ b/docs/api/next/type-aliases/DayPointerEventHandler.mdx @@ -6,4 +6,4 @@ The event handler when a day gets a pointer event. ## Source -[next/src/types/events.ts:31](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/events.ts#L31) +[next/src/types/events.ts:31](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/events.ts#L31) diff --git a/docs/api/next/type-aliases/DayTouchEventHandler.mdx b/docs/api/next/type-aliases/DayTouchEventHandler.mdx index 8564b5cb8e..1200a4c79e 100644 --- a/docs/api/next/type-aliases/DayTouchEventHandler.mdx +++ b/docs/api/next/type-aliases/DayTouchEventHandler.mdx @@ -6,4 +6,4 @@ The event handler when a day gets a touch event. ## Source -[next/src/types/events.ts:47](https://github.com/gpbl/react-day-picker/blob/6515ed496/next/src/types/events.ts#L47) +[next/src/types/events.ts:47](https://github.com/gpbl/react-day-picker/blob/86f49ff11/next/src/types/events.ts#L47) diff --git a/docs/api/next/type-aliases/DropdownOption.mdx b/docs/api/next/type-aliases/DropdownOption.mdx index ac6ada02fa..8be099a365 100644 --- a/docs/api/next/type-aliases/DropdownOption.mdx +++ b/docs/api/next/type-aliases/DropdownOption.mdx @@ -6,4 +6,4 @@ An option to use in the dropdown. Maps to the `