-
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.
chore: Run prettier over markdown files (#7192)
- Loading branch information
Showing
56 changed files
with
373 additions
and
440 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
@# Alert | ||
|
||
__Alerts__ notify users of important information and force them to acknowledge the alert content before continuing. | ||
**Alerts** notify users of important information and force them to acknowledge the alert content before continuing. | ||
|
||
Although similar to [__Dialog__](#core/components/dialog), an alert is more restrictive and should only be used for | ||
Although similar to [**Dialog**](#core/components/dialog), an alert is more restrictive and should only be used for | ||
important information. By default, the user can only exit the alert by clicking one of the confirmation buttons; | ||
clicking the overlay or pressing the `esc` key will not close the alert. These interactions can be enabled via props. | ||
|
||
@reactExample AlertExample | ||
|
||
@## Props interface | ||
|
||
__Alert__ only supports controlled usage through the `isOpen` prop. Use the `onConfirm` and `onCancel` props to respond | ||
**Alert** only supports controlled usage through the `isOpen` prop. Use the `onConfirm` and `onCancel` props to respond | ||
to those interactions separately, or use `onClose` to handle both at the same time. | ||
|
||
@interface AlertProps |
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.
9c16d3a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chore: Run prettier over markdown files (#7192)
Build artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job.