-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix-tooltips-opening-when-focus-is-removed-w…
…hile-displaying
- Loading branch information
Showing
15 changed files
with
484 additions
and
516 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@primer/view-components": minor | ||
--- | ||
|
||
Adds an 'inactive' state to buttons. An inactive button looks disabled and has aria-disabled, but it can still be clicked and focused. This was added to support buttons that are broken due to availability issues, but can't be removed from the page. | ||
|
||
<!-- Changed components: Primer::Beta::Button, Primer::Beta::BaseButton, Primer::Beta::IconButton --> |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -33,10 +33,6 @@ jobs: | |
npm ci | ||
bundle install | ||
# `changesets/action` depends on @changesets/cli being installed | ||
# and we cannot add it as dependency because it conflicts with `primer-changesets-cli` | ||
- run: npm install @changesets/[email protected] | ||
|
||
# Use the primer GitHub App for authentication. | ||
# See: https://github.com/organizations/primer/settings/apps/primer | ||
- id: get-access-token | ||
|
This file was deleted.
Oops, something went wrong.
Binary file added
BIN
+22.8 KB
...screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.9 KB
...screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/focused.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.