-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'palantir:develop' into bvandercar/fix-overlay-autoFocus
- Loading branch information
Showing
556 changed files
with
9,218 additions
and
6,212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,5 @@ generated/ | |
lib/ | ||
dist/ | ||
/site/ | ||
*.scss | ||
*.less | ||
yarn.lock | ||
changelog/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,13 @@ | |
"options": { | ||
"tabWidth": 2 | ||
} | ||
}, | ||
{ | ||
"files": ["*.scss"], | ||
"options": { | ||
"tabWidth": 2, | ||
"printWidth": 100 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
diff --git a/types/Props.d.ts b/types/Props.d.ts | ||
index f8fcd45ab3048d9b34709eba1797597ac2facdec..3afa05a42f485ff23899f20df2ff9d85bf588eed 100644 | ||
--- a/types/Props.d.ts | ||
+++ b/types/Props.d.ts | ||
@@ -44,7 +44,7 @@ export interface DayPickerProps { | ||
captionElement?: | ||
| React.ReactElement<Partial<CaptionElementProps>> | ||
| React.ComponentClass<CaptionElementProps> | ||
- | React.SFC<CaptionElementProps>; | ||
+ | React.FC<CaptionElementProps>; | ||
className?: string; | ||
classNames?: ClassNames; | ||
containerProps?: React.DetailedHTMLProps< | ||
@@ -69,7 +69,7 @@ export interface DayPickerProps { | ||
navbarElement?: | ||
| React.ReactElement<Partial<NavbarElementProps>> | ||
| React.ComponentClass<NavbarElementProps> | ||
- | React.SFC<NavbarElementProps>; | ||
+ | React.FC<NavbarElementProps>; | ||
numberOfMonths?: number; | ||
onBlur?: (e: React.FocusEvent<HTMLDivElement>) => void; | ||
onCaptionClick?: (month: Date, e: React.MouseEvent<HTMLDivElement>) => void; | ||
@@ -142,7 +142,7 @@ export interface DayPickerProps { | ||
weekdayElement?: | ||
| React.ReactElement<Partial<WeekdayElementProps>> | ||
| React.ComponentClass<WeekdayElementProps> | ||
- | React.SFC<WeekdayElementProps>; | ||
+ | React.FC<WeekdayElementProps>; | ||
weekdaysLong?: string[]; | ||
weekdaysShort?: string[]; | ||
tabIndex?: number; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
Changelog | ||
--------- | ||
# Changelog | ||
|
||
Changelogs for `@blueprintjs/*` packages currently live in the project's Github wiki: | ||
|
||
- [5.x Changelog](https://github.com/palantir/blueprint/wiki/5.x-Changelog) | ||
- [4.x Changelog](https://github.com/palantir/blueprint/wiki/4.x-Changelog) | ||
- [3.x Changelog](https://github.com/palantir/blueprint/wiki/3.x-Changelog) | ||
- [5.x Changelog](https://github.com/palantir/blueprint/wiki/5.x-Changelog) | ||
- [4.x Changelog](https://github.com/palantir/blueprint/wiki/4.x-Changelog) | ||
- [3.x Changelog](https://github.com/palantir/blueprint/wiki/3.x-Changelog) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.