Skip to content

Commit

Permalink
Last update
Browse files Browse the repository at this point in the history
Signed-off-by: gpbl <io@gpbl.dev>
  • Loading branch information
gpbl committed Mar 4, 2024
1 parent 6515ed4 commit 86f49ff
Show file tree
Hide file tree
Showing 243 changed files with 676 additions and 1,788 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ const config = {
},
},
],
};
}

module.exports = config;
module.exports = config
5 changes: 0 additions & 5 deletions docs/api/latest/enumerations/InternalModifier.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Enum
title: InternalModifier
---

# Enumeration: InternalModifier

The name of the modifiers that are used internally by DayPicker.
Expand Down
7 changes: 1 addition & 6 deletions docs/api/latest/functions/Button.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: Button
---

# Function: Button()

> **Button**(`props`): `ReactNode`
Expand All @@ -21,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/a8bfa5451/src/components/Button/Button.tsx#L9)
[src/components/Button/Button.tsx:9](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Button/Button.tsx#L9)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/Caption.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: Caption
---

# Function: Caption()

> **Caption**(`props`): `JSX.Element`
Expand All @@ -22,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/a8bfa5451/src/components/Caption/Caption.tsx#L36)
[src/components/Caption/Caption.tsx:36](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Caption/Caption.tsx#L36)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/CaptionDropdowns.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: CaptionDropdowns
---

# Function: CaptionDropdowns()

> **CaptionDropdowns**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/components/CaptionDropdowns/CaptionDropdowns.tsx#L12)
[src/components/CaptionDropdowns/CaptionDropdowns.tsx:12](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/CaptionDropdowns/CaptionDropdowns.tsx#L12)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/CaptionLabel.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: CaptionLabel
---

# Function: CaptionLabel()

> **CaptionLabel**(`props`): `JSX.Element`
Expand All @@ -22,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/a8bfa5451/src/components/CaptionLabel/CaptionLabel.tsx#L23)
[src/components/CaptionLabel/CaptionLabel.tsx:23](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/CaptionLabel/CaptionLabel.tsx#L23)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/CaptionNavigation.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: CaptionNavigation
---

# Function: CaptionNavigation()

> **CaptionNavigation**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/components/CaptionNavigation/CaptionNavigation.tsx#L11)
[src/components/CaptionNavigation/CaptionNavigation.tsx:11](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/CaptionNavigation/CaptionNavigation.tsx#L11)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/Day.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: Day
---

# Function: Day()

> **Day**(`props`): `JSX.Element`
Expand All @@ -22,4 +17,4 @@ modifiers.

## Source

[src/components/Day/Day.tsx:19](https://github.com/gpbl/react-day-picker/blob/a8bfa5451/src/components/Day/Day.tsx#L19)
[src/components/Day/Day.tsx:19](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Day/Day.tsx#L19)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/DayContent.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: DayContent
---

# Function: DayContent()

> **DayContent**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/components/DayContent/DayContent.tsx#L15)
[src/components/DayContent/DayContent.tsx:15](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/DayContent/DayContent.tsx#L15)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/DayPicker.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: DayPicker
---

# Function: DayPicker()

> **DayPicker**(`props`): `JSX.Element`
Expand Down Expand Up @@ -103,4 +98,4 @@ For example, to use Spanish locale:

## Source

[src/DayPicker.tsx:100](https://github.com/gpbl/react-day-picker/blob/a8bfa5451/src/DayPicker.tsx#L100)
[src/DayPicker.tsx:100](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/DayPicker.tsx#L100)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/DayPickerProvider.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: DayPickerProvider
---

# Function: DayPickerProvider()

> **DayPickerProvider**(`props`): `JSX.Element`
Expand All @@ -22,4 +17,4 @@ initial DayPicker props.

## Source

[src/contexts/DayPicker/DayPickerContext.tsx:77](https://github.com/gpbl/react-day-picker/blob/a8bfa5451/src/contexts/DayPicker/DayPickerContext.tsx#L77)
[src/contexts/DayPicker/DayPickerContext.tsx:77](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/DayPicker/DayPickerContext.tsx#L77)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/Dropdown.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: Dropdown
---

# Function: Dropdown()

> **Dropdown**(`props`): `JSX.Element`
Expand All @@ -22,4 +17,4 @@ drop-down icon.

## Source

[src/components/Dropdown/Dropdown.tsx:30](https://github.com/gpbl/react-day-picker/blob/a8bfa5451/src/components/Dropdown/Dropdown.tsx#L30)
[src/components/Dropdown/Dropdown.tsx:30](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Dropdown/Dropdown.tsx#L30)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/FocusProvider.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: FocusProvider
---

# Function: FocusProvider()

> **FocusProvider**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/contexts/Focus/FocusContext.tsx#L60)
[src/contexts/Focus/FocusContext.tsx:60](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/Focus/FocusContext.tsx#L60)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/Footer.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: Footer
---

# Function: Footer()

> **Footer**(`props`): `Element`
Expand All @@ -21,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/a8bfa5451/src/components/Footer/Footer.tsx#L9)
[src/components/Footer/Footer.tsx:9](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Footer/Footer.tsx#L9)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/Head.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: Head
---

# Function: Head()

> **Head**(): `JSX.Element`
Expand All @@ -15,4 +10,4 @@ Render the table head.

## Source

[src/components/Head/Head.tsx:5](https://github.com/gpbl/react-day-picker/blob/a8bfa5451/src/components/Head/Head.tsx#L5)
[src/components/Head/Head.tsx:5](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Head/Head.tsx#L5)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/HeadRow.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: HeadRow
---

# Function: HeadRow()

> **HeadRow**(): `JSX.Element`
Expand All @@ -16,4 +11,4 @@ names.

## Source

[src/components/HeadRow/HeadRow.tsx:9](https://github.com/gpbl/react-day-picker/blob/a8bfa5451/src/components/HeadRow/HeadRow.tsx#L9)
[src/components/HeadRow/HeadRow.tsx:9](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/HeadRow/HeadRow.tsx#L9)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/IconDropdown.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: IconDropdown
---

# Function: IconDropdown()

> **IconDropdown**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/components/IconDropdown/IconDropdown.tsx#L4)
[src/components/IconDropdown/IconDropdown.tsx:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/IconDropdown/IconDropdown.tsx#L4)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/IconLeft.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: IconLeft
---

# Function: IconLeft()

> **IconLeft**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/components/IconLeft/IconLeft.tsx#L4)
[src/components/IconLeft/IconLeft.tsx:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/IconLeft/IconLeft.tsx#L4)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/IconRight.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: IconRight
---

# Function: IconRight()

> **IconRight**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/components/IconRight/IconRight.tsx#L4)
[src/components/IconRight/IconRight.tsx:4](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/IconRight/IconRight.tsx#L4)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/Months.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: Months
---

# Function: Months()

> **Months**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/components/Months/Months.tsx#L9)
[src/components/Months/Months.tsx:9](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Months/Months.tsx#L9)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/NavigationProvider.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: NavigationProvider
---

# Function: NavigationProvider()

> **NavigationProvider**(`props`): `JSX.Element`
Expand All @@ -22,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/a8bfa5451/src/contexts/Navigation/NavigationContext.tsx#L44)
[src/contexts/Navigation/NavigationContext.tsx:44](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/Navigation/NavigationContext.tsx#L44)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/RootProvider.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: RootProvider
---

# Function: RootProvider()

> **RootProvider**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/contexts/RootProvider.tsx#L17)
[src/contexts/RootProvider.tsx:17](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/RootProvider.tsx#L17)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/Row.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: Row
---

# Function: Row()

> **Row**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/components/Row/Row.tsx#L18)
[src/components/Row/Row.tsx:18](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/components/Row/Row.tsx#L18)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/SelectMultipleProvider.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: SelectMultipleProvider
---

# Function: SelectMultipleProvider()

> **SelectMultipleProvider**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L45)
[src/contexts/SelectMultiple/SelectMultipleContext.tsx:45](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L45)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/SelectMultipleProviderInternal.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: SelectMultipleProviderInternal
---

# Function: SelectMultipleProviderInternal()

> **SelectMultipleProviderInternal**(`__namedParameters`): `JSX.Element`
Expand All @@ -19,4 +14,4 @@ title: SelectMultipleProviderInternal

## Source

[src/contexts/SelectMultiple/SelectMultipleContext.tsx:75](https://github.com/gpbl/react-day-picker/blob/a8bfa5451/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L75)
[src/contexts/SelectMultiple/SelectMultipleContext.tsx:75](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectMultiple/SelectMultipleContext.tsx#L75)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/SelectRangeProvider.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: SelectRangeProvider
---

# Function: SelectRangeProvider()

> **SelectRangeProvider**(`props`): `JSX.Element`
Expand All @@ -21,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/a8bfa5451/src/contexts/SelectRange/SelectRangeContext.tsx#L56)
[src/contexts/SelectRange/SelectRangeContext.tsx:56](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectRange/SelectRangeContext.tsx#L56)
7 changes: 1 addition & 6 deletions docs/api/latest/functions/SelectRangeProviderInternal.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
section: Function
title: SelectRangeProviderInternal
---

# Function: SelectRangeProviderInternal()

> **SelectRangeProviderInternal**(`__namedParameters`): `JSX.Element`
Expand All @@ -19,4 +14,4 @@ title: SelectRangeProviderInternal

## Source

[src/contexts/SelectRange/SelectRangeContext.tsx:89](https://github.com/gpbl/react-day-picker/blob/a8bfa5451/src/contexts/SelectRange/SelectRangeContext.tsx#L89)
[src/contexts/SelectRange/SelectRangeContext.tsx:89](https://github.com/gpbl/react-day-picker/blob/6515ed496/src/contexts/SelectRange/SelectRangeContext.tsx#L89)
Loading

0 comments on commit 86f49ff

Please sign in to comment.