-
Notifications
You must be signed in to change notification settings - Fork 536
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' of github.com:primer/react into fix/update-blanks…
…late-styles
- Loading branch information
Showing
333 changed files
with
4,549 additions
and
1,013 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,5 @@ | ||
--- | ||
'@primer/react': patch | ||
--- | ||
|
||
Prevents inactive indicator icon/tooltip from appearing in ActionMenu items |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@primer/react": minor | ||
--- | ||
|
||
Add `loading` state to `Button` and `IconButton` |
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,5 @@ | ||
--- | ||
"@primer/react": patch | ||
--- | ||
|
||
TextInput: Refactor TextInputInnerAction to use the default icon button tooltip (No changes in the behaviour or DOM is expected) |
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,5 @@ | ||
--- | ||
"@primer/react": minor | ||
--- | ||
|
||
PageHeader: Promote the component to Beta status and now it is available to import from "@primer/react" |
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,5 @@ | ||
--- | ||
"@primer/react": patch | ||
--- | ||
|
||
experimental/SelectPanel v2: Fix heading color for dark themes |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@primer/react': patch | ||
--- | ||
|
||
AnchoredOverlay: Add 'className' prop to the component |
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,5 @@ | ||
--- | ||
"@primer/react": patch | ||
--- | ||
|
||
PageHeader: Fix shrinking Actions sub component in Safari |
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,5 @@ | ||
--- | ||
'@primer/react': minor | ||
--- | ||
|
||
Add experimental ScrollableRegion component and useOverflow hook |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@primer/react": patch | ||
--- | ||
|
||
StateLabel: Differentiate issue and pull request labels for screen readers |
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,23 @@ | ||
name: Add Staff Label | ||
|
||
on: | ||
issues: | ||
types: [opened, reopened] | ||
pull_request: | ||
types: [opened, reopened] | ||
|
||
jobs: | ||
add-staff-label: | ||
if: ${{ github.repository == 'primer/react' }} | ||
runs-on: ubuntu-latest | ||
env: | ||
GH_TOKEN: ${{ github.token }} | ||
steps: | ||
- name: Add label to issue | ||
if: ${{ github.event.issue.author_association == 'MEMBER' }} | ||
run: | | ||
gh issue edit ${{github.event.issue.html_url}} --add-label staff | ||
- name: Add label to pull_request | ||
if: ${{ github.event.pull_request.author_association == 'MEMBER' }} | ||
run: | | ||
gh pr edit ${{github.event.pull_request.html_url}} --add-label staff |
Binary file added
BIN
+10.5 KB
.../ActionList.test.ts-snapshots/ActionList-Full-Variant-dark-colorblind-linux.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
+10.5 KB
...ents/ActionList.test.ts-snapshots/ActionList-Full-Variant-dark-dimmed-linux.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
+10.5 KB
...tionList.test.ts-snapshots/ActionList-Full-Variant-dark-high-contrast-linux.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
+10.5 KB
.../components/ActionList.test.ts-snapshots/ActionList-Full-Variant-dark-linux.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
+10.5 KB
.../ActionList.test.ts-snapshots/ActionList-Full-Variant-dark-tritanopia-linux.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
+10.5 KB
...ActionList.test.ts-snapshots/ActionList-Full-Variant-light-colorblind-linux.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
+10.5 KB
...ionList.test.ts-snapshots/ActionList-Full-Variant-light-high-contrast-linux.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
+10.5 KB
...components/ActionList.test.ts-snapshots/ActionList-Full-Variant-light-linux.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
+10.5 KB
...ActionList.test.ts-snapshots/ActionList-Full-Variant-light-tritanopia-linux.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 modified
BIN
-7 Bytes
(100%)
...ActionList.test.ts-snapshots/ActionList-Inactive-Item-dark-colorblind-linux.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 modified
BIN
-39 Bytes
(100%)
...nts/ActionList.test.ts-snapshots/ActionList-Inactive-Item-dark-dimmed-linux.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 modified
BIN
+11 Bytes
(100%)
...ionList.test.ts-snapshots/ActionList-Inactive-Item-dark-high-contrast-linux.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 modified
BIN
-16 Bytes
(100%)
...components/ActionList.test.ts-snapshots/ActionList-Inactive-Item-dark-linux.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 modified
BIN
-7 Bytes
(100%)
...ActionList.test.ts-snapshots/ActionList-Inactive-Item-dark-tritanopia-linux.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 modified
BIN
+42 Bytes
(100%)
...ctionList.test.ts-snapshots/ActionList-Inactive-Item-light-colorblind-linux.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 modified
BIN
+12 Bytes
(100%)
...onList.test.ts-snapshots/ActionList-Inactive-Item-light-high-contrast-linux.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 modified
BIN
+39 Bytes
(100%)
...omponents/ActionList.test.ts-snapshots/ActionList-Inactive-Item-light-linux.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 modified
BIN
+42 Bytes
(100%)
...ctionList.test.ts-snapshots/ActionList-Inactive-Item-light-tritanopia-linux.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
+16.6 KB
.../ActionList.test.ts-snapshots/ActionList-Loading-Item-dark-colorblind-linux.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
+16.3 KB
...ents/ActionList.test.ts-snapshots/ActionList-Loading-Item-dark-dimmed-linux.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
+16.5 KB
...tionList.test.ts-snapshots/ActionList-Loading-Item-dark-high-contrast-linux.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
+16.4 KB
.../components/ActionList.test.ts-snapshots/ActionList-Loading-Item-dark-linux.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
+16.6 KB
.../ActionList.test.ts-snapshots/ActionList-Loading-Item-dark-tritanopia-linux.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
+16.5 KB
...ActionList.test.ts-snapshots/ActionList-Loading-Item-light-colorblind-linux.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
+16.4 KB
...ionList.test.ts-snapshots/ActionList-Loading-Item-light-high-contrast-linux.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
+16.4 KB
...components/ActionList.test.ts-snapshots/ActionList-Loading-Item-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+16.5 KB
...ActionList.test.ts-snapshots/ActionList-Loading-Item-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-61 Bytes
(100%)
....test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-150 Bytes
(100%)
...Menu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-91 Bytes
(100%)
...st.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-61 Bytes
(100%)
.../ActionMenu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-61 Bytes
(100%)
....test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-640 Bytes
(98%)
...test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-28 Bytes
(100%)
...t.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-631 Bytes
(98%)
...ActionMenu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-640 Bytes
(98%)
...test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+12.1 KB
(150%)
....ts-snapshots/ActionMenu-Inactive-Items-dark-colorblind-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+12 KB
(150%)
...onMenu.test.ts-snapshots/ActionMenu-Inactive-Items-dark-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+14.4 KB
(150%)
...test.ts-snapshots/ActionMenu-Inactive-Items-dark-dimmed-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+12.4 KB
(150%)
...-snapshots/ActionMenu-Inactive-Items-dark-high-contrast-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+12.2 KB
(150%)
....ts-snapshots/ActionMenu-Inactive-Items-dark-tritanopia-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+11.3 KB
(140%)
...ts-snapshots/ActionMenu-Inactive-Items-light-colorblind-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+11.3 KB
(140%)
...nMenu.test.ts-snapshots/ActionMenu-Inactive-Items-light-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+12.1 KB
(150%)
...snapshots/ActionMenu-Inactive-Items-light-high-contrast-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+11.3 KB
(140%)
...ts-snapshots/ActionMenu-Inactive-Items-light-tritanopia-default-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+24.3 KB
...t.ts-snapshots/ActionMenu-Loading-Items-dark-colorblind-default-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.53 KB
...ActionMenu.test.ts-snapshots/ActionMenu-Loading-Items-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+24.3 KB
...ionMenu.test.ts-snapshots/ActionMenu-Loading-Items-dark-default-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+24.8 KB
....test.ts-snapshots/ActionMenu-Loading-Items-dark-dimmed-default-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.5 KB
...nts/ActionMenu.test.ts-snapshots/ActionMenu-Loading-Items-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+24.4 KB
...s-snapshots/ActionMenu-Loading-Items-dark-high-contrast-default-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.54 KB
...ionMenu.test.ts-snapshots/ActionMenu-Loading-Items-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.53 KB
...components/ActionMenu.test.ts-snapshots/ActionMenu-Loading-Items-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+24.3 KB
...t.ts-snapshots/ActionMenu-Loading-Items-dark-tritanopia-default-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.53 KB
...ActionMenu.test.ts-snapshots/ActionMenu-Loading-Items-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+25.2 KB
....ts-snapshots/ActionMenu-Loading-Items-light-colorblind-default-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.61 KB
...ctionMenu.test.ts-snapshots/ActionMenu-Loading-Items-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+25.2 KB
...onMenu.test.ts-snapshots/ActionMenu-Loading-Items-light-default-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+25.2 KB
...-snapshots/ActionMenu-Loading-Items-light-high-contrast-default-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.66 KB
...onMenu.test.ts-snapshots/ActionMenu-Loading-Items-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.61 KB
...omponents/ActionMenu.test.ts-snapshots/ActionMenu-Loading-Items-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+25.2 KB
....ts-snapshots/ActionMenu-Loading-Items-light-tritanopia-default-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.61 KB
...ctionMenu.test.ts-snapshots/ActionMenu-Loading-Items-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...ctionMenu.test.ts-snapshots/ActionMenu-Single-Select-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.86 KB
....test.ts-snapshots/Button-Loading-Custom-Announcement-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.8 KB
...tton.test.ts-snapshots/Button-Loading-Custom-Announcement-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.85 KB
...st.ts-snapshots/Button-Loading-Custom-Announcement-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.86 KB
...ents/Button.test.ts-snapshots/Button-Loading-Custom-Announcement-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.86 KB
....test.ts-snapshots/Button-Loading-Custom-Announcement-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.9 KB
...test.ts-snapshots/Button-Loading-Custom-Announcement-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.9 KB
...nts/Button.test.ts-snapshots/Button-Loading-Custom-Announcement-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.9 KB
...test.ts-snapshots/Button-Loading-Custom-Announcement-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.86 KB
....test.ts-snapshots/Button-Loading-With-Leading-Visual-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.76 KB
...tton.test.ts-snapshots/Button-Loading-With-Leading-Visual-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.86 KB
...st.ts-snapshots/Button-Loading-With-Leading-Visual-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.81 KB
...ents/Button.test.ts-snapshots/Button-Loading-With-Leading-Visual-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.86 KB
....test.ts-snapshots/Button-Loading-With-Leading-Visual-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.9 KB
...test.ts-snapshots/Button-Loading-With-Leading-Visual-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.89 KB
...nts/Button.test.ts-snapshots/Button-Loading-With-Leading-Visual-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.9 KB
...test.ts-snapshots/Button-Loading-With-Leading-Visual-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.01 KB
...test.ts-snapshots/Button-Loading-With-Trailing-Action-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.92 KB
...ton.test.ts-snapshots/Button-Loading-With-Trailing-Action-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.11 KB
...t.ts-snapshots/Button-Loading-With-Trailing-Action-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.01 KB
...nts/Button.test.ts-snapshots/Button-Loading-With-Trailing-Action-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.01 KB
...test.ts-snapshots/Button-Loading-With-Trailing-Action-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.1 KB
...est.ts-snapshots/Button-Loading-With-Trailing-Action-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.19 KB
....ts-snapshots/Button-Loading-With-Trailing-Action-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.1 KB
...ts/Button.test.ts-snapshots/Button-Loading-With-Trailing-Action-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.1 KB
...est.ts-snapshots/Button-Loading-With-Trailing-Action-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.86 KB
...test.ts-snapshots/Button-Loading-With-Trailing-Visual-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.76 KB
...ton.test.ts-snapshots/Button-Loading-With-Trailing-Visual-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.86 KB
...t.ts-snapshots/Button-Loading-With-Trailing-Visual-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.81 KB
...nts/Button.test.ts-snapshots/Button-Loading-With-Trailing-Visual-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.86 KB
...test.ts-snapshots/Button-Loading-With-Trailing-Visual-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.9 KB
...est.ts-snapshots/Button-Loading-With-Trailing-Visual-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.88 KB
...ts/Button.test.ts-snapshots/Button-Loading-With-Trailing-Visual-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.9 KB
...est.ts-snapshots/Button-Loading-With-Trailing-Visual-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.86 KB
...ts/components/Button.test.ts-snapshots/Button-Loading-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.8 KB
...pshots/components/Button.test.ts-snapshots/Button-Loading-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.85 KB
...components/Button.test.ts-snapshots/Button-Loading-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.86 KB
...ght/snapshots/components/Button.test.ts-snapshots/Button-Loading-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.86 KB
...ts/components/Button.test.ts-snapshots/Button-Loading-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.9 KB
...s/components/Button.test.ts-snapshots/Button-Loading-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.9 KB
...ht/snapshots/components/Button.test.ts-snapshots/Button-Loading-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+5.9 KB
...s/components/Button.test.ts-snapshots/Button-Loading-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-292 Bytes
(100%)
...ts/components/Dialog.test.ts-snapshots/Dialog-Default-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-465 Bytes
(100%)
...pshots/components/Dialog.test.ts-snapshots/Dialog-Default-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-78 Bytes
(100%)
...components/Dialog.test.ts-snapshots/Dialog-Default-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-314 Bytes
(100%)
...ght/snapshots/components/Dialog.test.ts-snapshots/Dialog-Default-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-303 Bytes
(100%)
...ts/components/Dialog.test.ts-snapshots/Dialog-Default-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-211 Bytes
(100%)
...s/components/Dialog.test.ts-snapshots/Dialog-Default-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-269 Bytes
(100%)
...omponents/Dialog.test.ts-snapshots/Dialog-Default-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-204 Bytes
(100%)
...ht/snapshots/components/Dialog.test.ts-snapshots/Dialog-Default-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-203 Bytes
(100%)
...s/components/Dialog.test.ts-snapshots/Dialog-Default-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-326 Bytes
(100%)
...omponents/Dialog.test.ts-snapshots/Dialog-Stress-Test-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-390 Bytes
(100%)
...ts/components/Dialog.test.ts-snapshots/Dialog-Stress-Test-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-20 Bytes
(100%)
...onents/Dialog.test.ts-snapshots/Dialog-Stress-Test-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-282 Bytes
(100%)
...snapshots/components/Dialog.test.ts-snapshots/Dialog-Stress-Test-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-338 Bytes
(100%)
...omponents/Dialog.test.ts-snapshots/Dialog-Stress-Test-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-179 Bytes
(100%)
...mponents/Dialog.test.ts-snapshots/Dialog-Stress-Test-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-297 Bytes
(100%)
...nents/Dialog.test.ts-snapshots/Dialog-Stress-Test-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-175 Bytes
(100%)
...napshots/components/Dialog.test.ts-snapshots/Dialog-Stress-Test-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-170 Bytes
(100%)
...mponents/Dialog.test.ts-snapshots/Dialog-Stress-Test-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.43 KB
.../IconButton.test.ts-snapshots/IconButton-Keyshortcuts-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.35 KB
...ents/IconButton.test.ts-snapshots/IconButton-Keyshortcuts-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.46 KB
...onButton.test.ts-snapshots/IconButton-Keyshortcuts-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.43 KB
.../components/IconButton.test.ts-snapshots/IconButton-Keyshortcuts-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.43 KB
.../IconButton.test.ts-snapshots/IconButton-Keyshortcuts-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.45 KB
...IconButton.test.ts-snapshots/IconButton-Keyshortcuts-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.42 KB
...nButton.test.ts-snapshots/IconButton-Keyshortcuts-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.45 KB
...components/IconButton.test.ts-snapshots/IconButton-Keyshortcuts-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.45 KB
...IconButton.test.ts-snapshots/IconButton-Keyshortcuts-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.71 KB
...t.ts-snapshots/IconButton-Keyshortcuts-on-Description-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.64 KB
....test.ts-snapshots/IconButton-Keyshortcuts-on-Description-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.75 KB
...s-snapshots/IconButton-Keyshortcuts-on-Description-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.71 KB
...nButton.test.ts-snapshots/IconButton-Keyshortcuts-on-Description-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.71 KB
...t.ts-snapshots/IconButton-Keyshortcuts-on-Description-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.79 KB
....ts-snapshots/IconButton-Keyshortcuts-on-Description-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.77 KB
...-snapshots/IconButton-Keyshortcuts-on-Description-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.79 KB
...Button.test.ts-snapshots/IconButton-Keyshortcuts-on-Description-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.79 KB
....ts-snapshots/IconButton-Keyshortcuts-on-Description-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.75 KB
...NavList-With-Bad-Example-of-SubNav-and-TrailingAction-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.75 KB
...ots/NavList-With-Bad-Example-of-SubNav-and-TrailingAction-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.71 KB
...List-With-Bad-Example-of-SubNav-and-TrailingAction-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.75 KB
...-snapshots/NavList-With-Bad-Example-of-SubNav-and-TrailingAction-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.75 KB
...NavList-With-Bad-Example-of-SubNav-and-TrailingAction-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.7 KB
...avList-With-Bad-Example-of-SubNav-and-TrailingAction-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.7 KB
...ist-With-Bad-Example-of-SubNav-and-TrailingAction-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.7 KB
...snapshots/NavList-With-Bad-Example-of-SubNav-and-TrailingAction-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.7 KB
...avList-With-Bad-Example-of-SubNav-and-TrailingAction-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.87 KB
...NavList.test.ts-snapshots/NavList-With-TrailingAction-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.86 KB
...nts/NavList.test.ts-snapshots/NavList-With-TrailingAction-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.84 KB
...List.test.ts-snapshots/NavList-With-TrailingAction-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.87 KB
...components/NavList.test.ts-snapshots/NavList-With-TrailingAction-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.87 KB
...NavList.test.ts-snapshots/NavList-With-TrailingAction-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.84 KB
...avList.test.ts-snapshots/NavList-With-TrailingAction-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.84 KB
...ist.test.ts-snapshots/NavList-With-TrailingAction-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.84 KB
...omponents/NavList.test.ts-snapshots/NavList-With-TrailingAction-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.84 KB
...avList.test.ts-snapshots/NavList-With-TrailingAction-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...s/ToggleSwitch.test.ts-snapshots/ToggleSwitch-Loading-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...nents/ToggleSwitch.test.ts-snapshots/ToggleSwitch-Loading-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...oggleSwitch.test.ts-snapshots/ToggleSwitch-Loading-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...s/components/ToggleSwitch.test.ts-snapshots/ToggleSwitch-Loading-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...s/ToggleSwitch.test.ts-snapshots/ToggleSwitch-Loading-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+86 Bytes
(100%)
.../ToggleSwitch.test.ts-snapshots/ToggleSwitch-Loading-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+20 Bytes
(100%)
...ggleSwitch.test.ts-snapshots/ToggleSwitch-Loading-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+91 Bytes
(100%)
.../components/ToggleSwitch.test.ts-snapshots/ToggleSwitch-Loading-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+86 Bytes
(100%)
.../ToggleSwitch.test.ts-snapshots/ToggleSwitch-Loading-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+342 Bytes
(100%)
...ectPanel.test.ts-snapshots/drafts-SelectPanel-Default-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+191 Bytes
(100%)
.../SelectPanel.test.ts-snapshots/drafts-SelectPanel-Default-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+257 Bytes
(100%)
...Panel.test.ts-snapshots/drafts-SelectPanel-Default-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+340 Bytes
(100%)
.../drafts/SelectPanel.test.ts-snapshots/drafts-SelectPanel-Default-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+342 Bytes
(100%)
...ectPanel.test.ts-snapshots/drafts-SelectPanel-Default-dark-tritanopia-linux.png
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Title | ||
|
||
## Status | ||
|
||
| Stage | Status | | ||
| -------- | ----------- | | ||
| Approved | <!-- ✅ --> | | ||
| Adopted | <!-- 🚧 --> | | ||
|
||
## Context | ||
|
||
<!-- Provide background information needed for this ADR --> | ||
|
||
## Decision | ||
|
||
<!-- Provide information about the decision made by this ADR --> | ||
|
||
### Impact | ||
|
||
<!-- Describe the impact of the decision --> |
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,4 +1,4 @@ | ||
# ADR 1: TypeScript | ||
# TypeScript | ||
|
||
## Status | ||
|
||
|
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,4 +1,4 @@ | ||
# ADR 003: Prop norms in Primer React Components | ||
# Prop norms in Primer React Components | ||
|
||
## Status | ||
|
||
|
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,4 +1,4 @@ | ||
# ADR 004: Strict props or Composite components | ||
# Strict props or Composite components | ||
|
||
## Status | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
...s/adrs/adr-008-experimental-components.md → ...s/adrs/adr-007-experimental-components.md
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
2 changes: 1 addition & 1 deletion
2
...or-docs/adrs/adr-009-interaction-tests.md → ...or-docs/adrs/adr-008-interaction-tests.md
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
2 changes: 1 addition & 1 deletion
2
...r-docs/adrs/adr-010-behavior-isolation.md → ...r-docs/adrs/adr-009-behavior-isolation.md
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,4 +1,4 @@ | ||
# ADR 010: Merge drafts status into experimental | ||
# Merge drafts status into experimental | ||
|
||
## Status | ||
|
||
|
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,4 +1,4 @@ | ||
# ADR 011: Snapshot tests | ||
# Snapshot tests | ||
|
||
## Status | ||
|
||
|
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,4 +1,4 @@ | ||
# ADR 012: Development Warnings | ||
# Development Warnings | ||
|
||
## Status | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...butor-docs/adrs/adr-012-file-structure.md → ...butor-docs/adrs/adr-013-file-structure.md
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,4 +1,4 @@ | ||
# ADR 12: File structure | ||
# File structure | ||
|
||
## Status | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...butor-docs/adrs/adr-015-npm-workspaces.md → ...butor-docs/adrs/adr-014-npm-workspaces.md
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,4 +1,4 @@ | ||
# ADR 015: NPM Workspaces | ||
# NPM Workspaces | ||
|
||
## Status | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...tor-docs/adrs/adr-016-internal-modules.md → ...tor-docs/adrs/adr-015-internal-modules.md
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,4 +1,4 @@ | ||
# ADR 016: Internal Modules | ||
# Internal Modules | ||
|
||
## Status | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
contributor-docs/adrs/adr-017-css.md → contributor-docs/adrs/adr-016-css.md
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,4 +1,4 @@ | ||
# ADR 17: Styling with CSS | ||
# Styling with CSS | ||
|
||
## Status | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...rs/adr-018-interaction-tests-revisited.md → ...rs/adr-017-interaction-tests-revisited.md
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,4 +1,4 @@ | ||
# ADR 018: Interaction testing (revisited) | ||
# Interaction testing (revisited) | ||
|
||
## Status | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...or-docs/adrs/adr-019-responsive-values.md → ...or-docs/adrs/adr-018-responsive-values.md
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,4 +1,4 @@ | ||
# ADR 019: Responsive Values | ||
# Responsive Values | ||
|
||
## Status | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...or-docs/adrs/adr-020-deprecating-props.md → ...or-docs/adrs/adr-019-deprecating-props.md
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,4 +1,4 @@ | ||
# ADR 020: Deprecating Props | ||
# Deprecating Props | ||
|
||
## Status | ||
|
||
|
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,4 +1,4 @@ | ||
# ADR 020: Live Regions | ||
# Live Regions | ||
|
||
## Status | ||
|
||
|
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.