-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next-major' into actionlist-br-hover
- Loading branch information
Showing
540 changed files
with
12,242 additions
and
15,000 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/react': minor | ||
--- | ||
|
||
Implement accessibility audit feedback for ToggleSwitch | ||
|
||
<!-- Changed components: ToggleSwitch --> |
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,43 @@ | ||
--- | ||
'@primer/react': major | ||
--- | ||
|
||
Remove components from draft bundle | ||
|
||
* Move UnderlineNav2 (draft) to the main bundle | ||
|
||
```diff | ||
- import {UnderlineNav} from '@primer/react/drafts' | ||
+ import {UnderlineNav} from '@primer/react' | ||
``` | ||
|
||
.... | ||
* Remove TreeView from drafts | ||
|
||
```diff | ||
- import {TreeView} from '@primer/react/drafts' | ||
+ import {TreeView} from '@primer/react' | ||
``` | ||
|
||
* Remove SegmentedControl from drafts | ||
|
||
```diff | ||
- import {SegmentedControl} from '@primer/react/drafts' | ||
+ import {SegmentedControl} from '@primer/react' | ||
``` | ||
|
||
* Remove NavList from drafts | ||
|
||
```diff | ||
- import {NavList} from '@primer/react/drafts' | ||
+ import {NavList} from '@primer/react' | ||
``` | ||
|
||
* Remove SplitPageLayout from drafts | ||
|
||
```diff | ||
- import {SplitPageLayout} from '@primer/react/drafts' | ||
+ import {SplitPageLayout} from '@primer/react' | ||
``` | ||
|
||
<!-- Changed components: UnderlineNav, TreeView, SegmentedControl, NavList, SplitPageLayout --> |
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/react': patch | ||
--- | ||
|
||
passthrough dom props on toggleswitch | ||
|
||
<!-- Changed components: ToggleSwitch --> |
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/react': minor | ||
--- | ||
|
||
The showPages prop on both Pagination components can now accept a responsive value. | ||
|
||
<!-- Changed components: DataTable, Pagination --> |
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/react': patch | ||
--- | ||
|
||
Css styled block fixes | ||
|
||
<!-- Changed components: DataTable, Timeline --> |
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 @@ | ||
--- | ||
"@primer/react": patch | ||
--- | ||
|
||
Deprecates `position` prop for PageLayout.Pane and SplitPageLayout.Pane. | ||
|
||
```diff | ||
-<PageLayout> | ||
- <PageLayout.Content /> | ||
- <PageLayout.Pane position="start" /> | ||
-</PageLayout> | ||
|
||
+<PageLayout> | ||
+ <PageLayout.Pane /> | ||
+ <PageLayout.Content /> | ||
+</PageLayout> | ||
|
||
``` | ||
|
||
<!-- Changed components: PageLayout, SplitPageLayout --> |
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/react': patch | ||
--- | ||
|
||
UnderlineNav2: underline nav items' selected state can be managed by the app state | ||
|
||
<!-- Changed components: UnderlineNav --> |
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/react': patch | ||
--- | ||
|
||
Changed div tag to HTML semantic tag header for Header (file Header.tsx) component. | ||
|
||
<!-- Changed components: _none_ --> |
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/react': patch | ||
--- | ||
|
||
ActionList: Fixes the width of items for the full variant | ||
|
||
<!-- Changed components: ActionList --> |
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/react': patch | ||
--- | ||
|
||
Adding aria-attributes and role to the ProgressBar component | ||
|
||
<!-- Changed components: ProgressBar --> |
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/react": patch | ||
--- | ||
|
||
Adds 'display' text size to PRC theme. This size is described in our [typography documentation](https://primer.style/design/foundations/typography#headings), but was never added to our React theme. | ||
|
||
<!-- Changed components: _none_ --> |
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/react': patch | ||
--- | ||
|
||
Make checkmark visible on reduced-motion | ||
|
||
<!-- Changed components: Checkbox --> |
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 | ||
--- | ||
|
||
[Bug] Leading & Trailing Visual Colors for Button |
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 | ||
--- | ||
|
||
Fix `MarkdownEditor` file uploads inserting the URL into the wrong input when an overlay is open |
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/react": patch | ||
--- | ||
|
||
Prevents body scroll when Dialog (the newer Dialog) is open | ||
|
||
<!-- Changed components: Dialog --> |
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
Binary file modified
BIN
-947 Bytes
(99%)
...t.test.ts-snapshots/ActionList-All-combinations-dark-colorblind-hover-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
-891 Bytes
(99%)
...ionList.test.ts-snapshots/ActionList-All-combinations-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
-1.06 KB
(98%)
...nList.test.ts-snapshots/ActionList-All-combinations-dark-dimmed-hover-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
-1017 Bytes
(98%)
.../ActionList.test.ts-snapshots/ActionList-All-combinations-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
-851 Bytes
(99%)
...est.ts-snapshots/ActionList-All-combinations-dark-high-contrast-hover-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
-747 Bytes
(99%)
...List.test.ts-snapshots/ActionList-All-combinations-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
-1004 Bytes
(98%)
...s/ActionList.test.ts-snapshots/ActionList-All-combinations-dark-hover-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
-980 Bytes
(98%)
...ponents/ActionList.test.ts-snapshots/ActionList-All-combinations-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
-946 Bytes
(99%)
...t.test.ts-snapshots/ActionList-All-combinations-dark-tritanopia-hover-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
-882 Bytes
(99%)
...ionList.test.ts-snapshots/ActionList-All-combinations-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
-795 Bytes
(99%)
....test.ts-snapshots/ActionList-All-combinations-light-colorblind-hover-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
-721 Bytes
(99%)
...onList.test.ts-snapshots/ActionList-All-combinations-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
-887 Bytes
(99%)
...st.ts-snapshots/ActionList-All-combinations-light-high-contrast-hover-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
-813 Bytes
(99%)
...ist.test.ts-snapshots/ActionList-All-combinations-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
-913 Bytes
(99%)
.../ActionList.test.ts-snapshots/ActionList-All-combinations-light-hover-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
-878 Bytes
(99%)
...onents/ActionList.test.ts-snapshots/ActionList-All-combinations-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
-784 Bytes
(99%)
....test.ts-snapshots/ActionList-All-combinations-light-tritanopia-hover-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
-719 Bytes
(99%)
...onList.test.ts-snapshots/ActionList-All-combinations-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
+310 Bytes
(100%)
...ist.test.ts-snapshots/ActionList-Block-Description-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
+204 Bytes
(100%)
...st.test.ts-snapshots/ActionList-Inline-Description-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
+292 Bytes
(100%)
...tionList.test.ts-snapshots/ActionList-With-Avatars-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
+1 Byte
(100%)
...tionMenu.test.ts-snapshots/ActionMenu-Controlled-Menu-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
-2 Bytes
(100%)
...s/ActionMenu.test.ts-snapshots/ActionMenu-Controlled-Menu-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
-467 Bytes
(98%)
...mponents/ActionMenu.test.ts-snapshots/ActionMenu-Controlled-Menu-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
+1 Byte
(100%)
...tionMenu.test.ts-snapshots/ActionMenu-Controlled-Menu-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
+0 Bytes
(100%)
...ionMenu.test.ts-snapshots/ActionMenu-Controlled-Menu-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(100%)
...ponents/ActionMenu.test.ts-snapshots/ActionMenu-Controlled-Menu-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ionMenu.test.ts-snapshots/ActionMenu-Controlled-Menu-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...enu.test.ts-snapshots/ActionMenu-Custom-Overlay-Props-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...ionMenu.test.ts-snapshots/ActionMenu-Custom-Overlay-Props-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...nts/ActionMenu.test.ts-snapshots/ActionMenu-Custom-Overlay-Props-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...enu.test.ts-snapshots/ActionMenu-Custom-Overlay-Props-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...nu.test.ts-snapshots/ActionMenu-Custom-Overlay-Props-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+16 Bytes
(100%)
...ts/ActionMenu.test.ts-snapshots/ActionMenu-Custom-Overlay-Props-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...nu.test.ts-snapshots/ActionMenu-Custom-Overlay-Props-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...nents/ActionMenu.test.ts-snapshots/ActionMenu-Default-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
...omponents/ActionMenu.test.ts-snapshots/ActionMenu-Default-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...shots/components/ActionMenu.test.ts-snapshots/ActionMenu-Default-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...nents/ActionMenu.test.ts-snapshots/ActionMenu-Default-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(100%)
...ents/ActionMenu.test.ts-snapshots/ActionMenu-Default-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...hots/components/ActionMenu.test.ts-snapshots/ActionMenu-Default-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(100%)
...ents/ActionMenu.test.ts-snapshots/ActionMenu-Default-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+129 Bytes
(100%)
....test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...Menu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+149 Bytes
(100%)
.../ActionMenu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+129 Bytes
(100%)
....test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+148 Bytes
(100%)
...test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+149 Bytes
(100%)
...ActionMenu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+148 Bytes
(100%)
...test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...onMenu.test.ts-snapshots/ActionMenu-Links-And-Actions-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
...ActionMenu.test.ts-snapshots/ActionMenu-Links-And-Actions-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...onents/ActionMenu.test.ts-snapshots/ActionMenu-Links-And-Actions-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...onMenu.test.ts-snapshots/ActionMenu-Links-And-Actions-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(100%)
...nMenu.test.ts-snapshots/ActionMenu-Links-And-Actions-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...nents/ActionMenu.test.ts-snapshots/ActionMenu-Links-And-Actions-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(100%)
...nMenu.test.ts-snapshots/ActionMenu-Links-And-Actions-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
.../ActionMenu.test.ts-snapshots/ActionMenu-Multi-Select-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...ents/ActionMenu.test.ts-snapshots/ActionMenu-Multi-Select-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
.../components/ActionMenu.test.ts-snapshots/ActionMenu-Multi-Select-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
.../ActionMenu.test.ts-snapshots/ActionMenu-Multi-Select-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+20 Bytes
(100%)
...ActionMenu.test.ts-snapshots/ActionMenu-Multi-Select-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+20 Bytes
(100%)
...components/ActionMenu.test.ts-snapshots/ActionMenu-Multi-Select-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+20 Bytes
(100%)
...ActionMenu.test.ts-snapshots/ActionMenu-Multi-Select-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...ActionMenu.test.ts-snapshots/ActionMenu-Single-Select-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...nts/ActionMenu.test.ts-snapshots/ActionMenu-Single-Select-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...components/ActionMenu.test.ts-snapshots/ActionMenu-Single-Select-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...ActionMenu.test.ts-snapshots/ActionMenu-Single-Select-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...ctionMenu.test.ts-snapshots/ActionMenu-Single-Select-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...omponents/ActionMenu.test.ts-snapshots/ActionMenu-Single-Select-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...ctionMenu.test.ts-snapshots/ActionMenu-Single-Select-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+382 Bytes
(100%)
...ts/Avatar.test.ts-snapshots/Avatar-Size-Responsive-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+399 Bytes
(100%)
...ts/components/Avatar.test.ts-snapshots/Avatar-Size-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-514 Bytes
(96%)
...ts/Button.test.ts-snapshots/Button-Invisible-Variants-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-479 Bytes
(96%)
...onents/Button.test.ts-snapshots/Button-Invisible-Variants-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-366 Bytes
(97%)
...Button.test.ts-snapshots/Button-Invisible-Variants-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-425 Bytes
(97%)
...ts/components/Button.test.ts-snapshots/Button-Invisible-Variants-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-514 Bytes
(96%)
...ts/Button.test.ts-snapshots/Button-Invisible-Variants-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-390 Bytes
(97%)
...s/Button.test.ts-snapshots/Button-Invisible-Variants-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-418 Bytes
(97%)
...utton.test.ts-snapshots/Button-Invisible-Variants-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-414 Bytes
(97%)
...s/components/Button.test.ts-snapshots/Button-Invisible-Variants-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-390 Bytes
(97%)
...s/Button.test.ts-snapshots/Button-Invisible-Variants-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-160 Bytes
(98%)
...onents/Button.test.ts-snapshots/Button-Leading-Visual-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-44 Bytes
(99%)
...components/Button.test.ts-snapshots/Button-Leading-Visual-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-158 Bytes
(98%)
...pshots/components/Button.test.ts-snapshots/Button-Leading-Visual-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-160 Bytes
(98%)
...onents/Button.test.ts-snapshots/Button-Leading-Visual-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...nents/Button.test.ts-snapshots/Button-Leading-Visual-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(100%)
...shots/components/Button.test.ts-snapshots/Button-Leading-Visual-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...nents/Button.test.ts-snapshots/Button-Leading-Visual-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...nents/Button.test.ts-snapshots/Button-Trailing-Action-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...omponents/Button.test.ts-snapshots/Button-Trailing-Action-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...shots/components/Button.test.ts-snapshots/Button-Trailing-Action-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...nents/Button.test.ts-snapshots/Button-Trailing-Action-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...ents/Button.test.ts-snapshots/Button-Trailing-Action-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...hots/components/Button.test.ts-snapshots/Button-Trailing-Action-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...ents/Button.test.ts-snapshots/Button-Trailing-Action-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-39 Bytes
(99%)
...ents/Button.test.ts-snapshots/Button-Trailing-Counter-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-29 Bytes
(100%)
...mponents/Button.test.ts-snapshots/Button-Trailing-Counter-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-49 Bytes
(99%)
...s/Button.test.ts-snapshots/Button-Trailing-Counter-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(99%)
...hots/components/Button.test.ts-snapshots/Button-Trailing-Counter-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-39 Bytes
(99%)
...ents/Button.test.ts-snapshots/Button-Trailing-Counter-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-35 Bytes
(100%)
...nts/Button.test.ts-snapshots/Button-Trailing-Counter-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-16 Bytes
(100%)
.../Button.test.ts-snapshots/Button-Trailing-Counter-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-35 Bytes
(100%)
...ots/components/Button.test.ts-snapshots/Button-Trailing-Counter-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-35 Bytes
(100%)
...nts/Button.test.ts-snapshots/Button-Trailing-Counter-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-13 Bytes
(100%)
...nents/Button.test.ts-snapshots/Button-Trailing-Visual-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...omponents/Button.test.ts-snapshots/Button-Trailing-Visual-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-13 Bytes
(100%)
...shots/components/Button.test.ts-snapshots/Button-Trailing-Visual-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-13 Bytes
(100%)
...nents/Button.test.ts-snapshots/Button-Trailing-Visual-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ents/Button.test.ts-snapshots/Button-Trailing-Visual-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
...hots/components/Button.test.ts-snapshots/Button-Trailing-Visual-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ents/Button.test.ts-snapshots/Button-Trailing-Visual-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-236 Bytes
(98%)
...ts/components/Button.test.ts-snapshots/Button-sx-prop-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-280 Bytes
(98%)
...pshots/components/Button.test.ts-snapshots/Button-sx-prop-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-298 Bytes
(98%)
...components/Button.test.ts-snapshots/Button-sx-prop-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-205 Bytes
(99%)
...ght/snapshots/components/Button.test.ts-snapshots/Button-sx-prop-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-236 Bytes
(98%)
...ts/components/Button.test.ts-snapshots/Button-sx-prop-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+83 Bytes
(100%)
...s/components/Button.test.ts-snapshots/Button-sx-prop-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-90 Bytes
(99%)
...omponents/Button.test.ts-snapshots/Button-sx-prop-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+89 Bytes
(100%)
...ht/snapshots/components/Button.test.ts-snapshots/Button-sx-prop-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+83 Bytes
(100%)
...s/components/Button.test.ts-snapshots/Button-sx-prop-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+180 Bytes
(100%)
...ponents/CircleBadge.test.ts-snapshots/CircleBadge-Default-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+180 Bytes
(100%)
...ents/CircleBadge.test.ts-snapshots/CircleBadge-Playground-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...lteredSearch.test.ts-snapshots/FilteredSearch-Default-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-7 Bytes
(100%)
...s/FilteredSearch.test.ts-snapshots/FilteredSearch-Default-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...mponents/FilteredSearch.test.ts-snapshots/FilteredSearch-Default-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...lteredSearch.test.ts-snapshots/FilteredSearch-Default-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
...teredSearch.test.ts-snapshots/FilteredSearch-Default-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ponents/FilteredSearch.test.ts-snapshots/FilteredSearch-Default-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
...teredSearch.test.ts-snapshots/FilteredSearch-Default-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...redSearch.test.ts-snapshots/FilteredSearch-Playground-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-7 Bytes
(100%)
...ilteredSearch.test.ts-snapshots/FilteredSearch-Playground-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...nents/FilteredSearch.test.ts-snapshots/FilteredSearch-Playground-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...redSearch.test.ts-snapshots/FilteredSearch-Playground-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
...edSearch.test.ts-snapshots/FilteredSearch-Playground-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ents/FilteredSearch.test.ts-snapshots/FilteredSearch-Playground-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
...edSearch.test.ts-snapshots/FilteredSearch-Playground-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+90 Bytes
(100%)
...nts/IconButton.test.ts-snapshots/IconButton-Invisible-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+90 Bytes
(100%)
...nts/IconButton.test.ts-snapshots/IconButton-Invisible-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-160 Bytes
(98%)
...inkButton.test.ts-snapshots/LinkButton-Leading-Visual-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-44 Bytes
(99%)
...ts/LinkButton.test.ts-snapshots/LinkButton-Leading-Visual-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-158 Bytes
(98%)
...omponents/LinkButton.test.ts-snapshots/LinkButton-Leading-Visual-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-160 Bytes
(98%)
...inkButton.test.ts-snapshots/LinkButton-Leading-Visual-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...nkButton.test.ts-snapshots/LinkButton-Leading-Visual-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(100%)
...mponents/LinkButton.test.ts-snapshots/LinkButton-Leading-Visual-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...nkButton.test.ts-snapshots/LinkButton-Leading-Visual-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-13 Bytes
(100%)
...nkButton.test.ts-snapshots/LinkButton-Trailing-Visual-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...s/LinkButton.test.ts-snapshots/LinkButton-Trailing-Visual-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-13 Bytes
(100%)
...mponents/LinkButton.test.ts-snapshots/LinkButton-Trailing-Visual-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-13 Bytes
(100%)
...nkButton.test.ts-snapshots/LinkButton-Trailing-Visual-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...kButton.test.ts-snapshots/LinkButton-Trailing-Visual-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
...ponents/LinkButton.test.ts-snapshots/LinkButton-Trailing-Visual-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...kButton.test.ts-snapshots/LinkButton-Trailing-Visual-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+121 Bytes
(100%)
...Header.test.ts-snapshots/PageHeader-Pull-Request-Page-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+87 Bytes
(100%)
...PageHeader.test.ts-snapshots/PageHeader-Pull-Request-Page-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+209 Bytes
(100%)
...der.test.ts-snapshots/PageHeader-Pull-Request-Page-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+129 Bytes
(100%)
...onents/PageHeader.test.ts-snapshots/PageHeader-Pull-Request-Page-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+124 Bytes
(100%)
...Header.test.ts-snapshots/PageHeader-Pull-Request-Page-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+209 Bytes
(100%)
...eader.test.ts-snapshots/PageHeader-Pull-Request-Page-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+133 Bytes
(100%)
...er.test.ts-snapshots/PageHeader-Pull-Request-Page-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+172 Bytes
(100%)
...nents/PageHeader.test.ts-snapshots/PageHeader-Pull-Request-Page-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+196 Bytes
(100%)
...eader.test.ts-snapshots/PageHeader-Pull-Request-Page-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+121 Bytes
(100%)
...shots/PageHeader-Pull-Request-Page-on-Narrow-Viewport-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+87 Bytes
(100%)
...snapshots/PageHeader-Pull-Request-Page-on-Narrow-Viewport-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+209 Bytes
(100%)
...ts/PageHeader-Pull-Request-Page-on-Narrow-Viewport-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+129 Bytes
(100%)
...est.ts-snapshots/PageHeader-Pull-Request-Page-on-Narrow-Viewport-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+124 Bytes
(100%)
...shots/PageHeader-Pull-Request-Page-on-Narrow-Viewport-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+209 Bytes
(100%)
...hots/PageHeader-Pull-Request-Page-on-Narrow-Viewport-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+133 Bytes
(100%)
...s/PageHeader-Pull-Request-Page-on-Narrow-Viewport-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+172 Bytes
(100%)
...st.ts-snapshots/PageHeader-Pull-Request-Page-on-Narrow-Viewport-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+196 Bytes
(100%)
...hots/PageHeader-Pull-Request-Page-on-Narrow-Viewport-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+155 Bytes
(100%)
...eHeader.test.ts-snapshots/PageHeader-With-Page-Layout-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+142 Bytes
(100%)
.../PageHeader.test.ts-snapshots/PageHeader-With-Page-Layout-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+228 Bytes
(100%)
...ader.test.ts-snapshots/PageHeader-With-Page-Layout-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+191 Bytes
(100%)
...ponents/PageHeader.test.ts-snapshots/PageHeader-With-Page-Layout-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+154 Bytes
(100%)
...eHeader.test.ts-snapshots/PageHeader-With-Page-Layout-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+247 Bytes
(100%)
...Header.test.ts-snapshots/PageHeader-With-Page-Layout-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+129 Bytes
(100%)
...der.test.ts-snapshots/PageHeader-With-Page-Layout-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+281 Bytes
(100%)
...onents/PageHeader.test.ts-snapshots/PageHeader-With-Page-Layout-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+203 Bytes
(100%)
...Header.test.ts-snapshots/PageHeader-With-Page-Layout-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...nts/SelectPanel.test.ts-snapshots/SelectPanel-Default-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...ponents/SelectPanel.test.ts-snapshots/SelectPanel-Default-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...ots/components/SelectPanel.test.ts-snapshots/SelectPanel-Default-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...nts/SelectPanel.test.ts-snapshots/SelectPanel-Default-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...ts/SelectPanel.test.ts-snapshots/SelectPanel-Default-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+25 Bytes
(100%)
...ts/components/SelectPanel.test.ts-snapshots/SelectPanel-Default-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...ts/SelectPanel.test.ts-snapshots/SelectPanel-Default-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...ctPanel.test.ts-snapshots/SelectPanel-External-Anchor-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...SelectPanel.test.ts-snapshots/SelectPanel-External-Anchor-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...onents/SelectPanel.test.ts-snapshots/SelectPanel-External-Anchor-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...ctPanel.test.ts-snapshots/SelectPanel-External-Anchor-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
...tPanel.test.ts-snapshots/SelectPanel-External-Anchor-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...nents/SelectPanel.test.ts-snapshots/SelectPanel-External-Anchor-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
...tPanel.test.ts-snapshots/SelectPanel-External-Anchor-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...s-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...st.ts-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...anel.test.ts-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...s-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...nel.test.ts-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...ectPanel-SelectPanel-Initial-Height-Overflowing-Items-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
.../SelectPanel-SelectPanel-Initial-Height-Overflowing-Items-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...apshots/SelectPanel-SelectPanel-Initial-Height-Overflowing-Items-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...ectPanel-SelectPanel-Initial-Height-Overflowing-Items-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ctPanel-SelectPanel-Initial-Height-Overflowing-Items-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...pshots/SelectPanel-SelectPanel-Initial-Height-Overflowing-Items-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ctPanel-SelectPanel-Initial-Height-Overflowing-Items-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...ctPanel-SelectPanel-Initial-Height-Underflowing-Items-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...SelectPanel-SelectPanel-Initial-Height-Underflowing-Items-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...pshots/SelectPanel-SelectPanel-Initial-Height-Underflowing-Items-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...ctPanel-SelectPanel-Initial-Height-Underflowing-Items-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...tPanel-SelectPanel-Initial-Height-Underflowing-Items-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...shots/SelectPanel-SelectPanel-Initial-Height-Underflowing-Items-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...tPanel-SelectPanel-Initial-Height-Underflowing-Items-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...lectPanel.test.ts-snapshots/SelectPanel-Single-Select-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...s/SelectPanel.test.ts-snapshots/SelectPanel-Single-Select-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...mponents/SelectPanel.test.ts-snapshots/SelectPanel-Single-Select-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...lectPanel.test.ts-snapshots/SelectPanel-Single-Select-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ectPanel.test.ts-snapshots/SelectPanel-Single-Select-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ponents/SelectPanel.test.ts-snapshots/SelectPanel-Single-Select-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ectPanel.test.ts-snapshots/SelectPanel-Single-Select-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+200 Bytes
(100%)
...Timeline.test.ts-snapshots/Timeline-Timeline-Break-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+258 Bytes
(100%)
...imeline.test.ts-snapshots/Timeline-Timeline-Break-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.57 KB
...onents/Tooltip.test.ts-snapshots/Tooltip-Default-dark-colorblind-open-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.49 KB
...components/Tooltip.test.ts-snapshots/Tooltip-Default-dark-dimmed-open-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.59 KB
...nts/Tooltip.test.ts-snapshots/Tooltip-Default-dark-high-contrast-open-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.54 KB
...pshots/components/Tooltip.test.ts-snapshots/Tooltip-Default-dark-open-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.57 KB
...onents/Tooltip.test.ts-snapshots/Tooltip-Default-dark-tritanopia-open-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.51 KB
...nents/Tooltip.test.ts-snapshots/Tooltip-Default-light-colorblind-open-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.52 KB
...ts/Tooltip.test.ts-snapshots/Tooltip-Default-light-high-contrast-open-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.52 KB
...shots/components/Tooltip.test.ts-snapshots/Tooltip-Default-light-open-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.51 KB
...nents/Tooltip.test.ts-snapshots/Tooltip-Default-light-tritanopia-open-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...test.ts-snapshots/UnderlineNav-Counters-Loading-State-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+20 Bytes
(100%)
...Nav.test.ts-snapshots/UnderlineNav-Counters-Loading-State-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-7 Bytes
(100%)
...derlineNav.test.ts-snapshots/UnderlineNav-Counters-Loading-State-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+15 Bytes
(100%)
...test.ts-snapshots/UnderlineNav-Counters-Loading-State-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...est.ts-snapshots/UnderlineNav-Counters-Loading-State-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+108 Bytes
(100%)
...erlineNav.test.ts-snapshots/UnderlineNav-Counters-Loading-State-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...est.ts-snapshots/UnderlineNav-Counters-Loading-State-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+15.6 KB
...s-dark-Hi-43cdc-t-enough-space-to-display-all-list-items-vrt-2-ffdfc5-linux.png
Oops, something went wrong.
Binary file added
BIN
+15.6 KB
...s-dark-Hi-a8f67-t-enough-space-to-display-all-list-items-vrt-1-26653a-linux.png
Oops, something went wrong.
Binary file added
BIN
+13 KB
...nderlineNav-Interactions-dark-Keep-selected-item-visible-vrt-1-e86759-linux.png
Oops, something went wrong.
Binary file modified
BIN
+525 Bytes
(100%)
...neNav-UnderlineNav-Interactions-dark-Keep-selected-item-visible-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+13.9 KB
...nderlineNav-Interactions-dark-Keep-selected-item-visible-vrt-2-a3d02d-linux.png
Oops, something went wrong.
Binary file added
BIN
+12.1 KB
...nderlineNav-Interactions-dark-Keep-selected-item-visible-vrt-3-7ea707-linux.png
Oops, something went wrong.
Binary file modified
BIN
+162 Bytes
(100%)
...neNav-UnderlineNav-Interactions-dark-Keep-selected-item-visible-vrt-3-linux.png
Oops, something went wrong.
Binary file added
BIN
+9.33 KB
...nderlineNav-Interactions-dark-Keep-selected-item-visible-vrt-4-2cfc13-linux.png
Oops, something went wrong.
Binary file modified
BIN
+61 Bytes
(100%)
...neNav-UnderlineNav-Interactions-dark-Keep-selected-item-visible-vrt-4-linux.png
Oops, something went wrong.
Binary file added
BIN
+15.6 KB
...eNav-UnderlineNav-Interactions-dark-Overflow-interaction-vrt-1-a1aa9f-linux.png
Oops, something went wrong.
Binary file added
BIN
+12.2 KB
...eNav-UnderlineNav-Interactions-dark-Overflow-interaction-vrt-2-0dadb0-linux.png
Oops, something went wrong.
Binary file modified
BIN
+195 Bytes
(100%)
...nderlineNav-UnderlineNav-Interactions-dark-Overflow-interaction-vrt-2-linux.png
Oops, something went wrong.
Binary file added
BIN
+18.9 KB
...eNav-UnderlineNav-Interactions-dark-Overflow-interaction-vrt-3-abbc30-linux.png
Oops, something went wrong.
Binary file modified
BIN
-256 Bytes
(99%)
...nderlineNav-UnderlineNav-Interactions-dark-Overflow-interaction-vrt-3-linux.png
Oops, something went wrong.
Binary file added
BIN
+12.9 KB
...eNav-UnderlineNav-Interactions-dark-Overflow-interaction-vrt-4-8546c9-linux.png
Oops, something went wrong.
Binary file modified
BIN
+546 Bytes
(100%)
...nderlineNav-UnderlineNav-Interactions-dark-Overflow-interaction-vrt-4-linux.png
Oops, something went wrong.
Binary file added
BIN
+15.8 KB
...s-dark-co-09dc1-t-enough-space-to-display-all-list-items-vrt-2-72d54b-linux.png
Oops, something went wrong.
Binary file added
BIN
+15.8 KB
...s-dark-co-4ae94-t-enough-space-to-display-all-list-items-vrt-1-0b8e8a-linux.png
Oops, something went wrong.
Binary file added
BIN
+13 KB
...-Interactions-dark-colorblind-Keep-selected-item-visible-vrt-1-019037-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
...lineNav-Interactions-dark-colorblind-Keep-selected-item-visible-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+14.2 KB
...-Interactions-dark-colorblind-Keep-selected-item-visible-vrt-2-7ed92c-linux.png
Oops, something went wrong.
Binary file added
BIN
+11.9 KB
...-Interactions-dark-colorblind-Keep-selected-item-visible-vrt-3-d638e4-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
...lineNav-Interactions-dark-colorblind-Keep-selected-item-visible-vrt-3-linux.png
Oops, something went wrong.
Binary file added
BIN
+9.32 KB
...-Interactions-dark-colorblind-Keep-selected-item-visible-vrt-4-a8f826-linux.png
Oops, something went wrong.
Binary file modified
BIN
+34 Bytes
(100%)
...lineNav-Interactions-dark-colorblind-Keep-selected-item-visible-vrt-4-linux.png
Oops, something went wrong.
Binary file added
BIN
+15.8 KB
...ineNav-Interactions-dark-colorblind-Overflow-interaction-vrt-1-b9fafc-linux.png
Oops, something went wrong.
Binary file added
BIN
+12 KB
...ineNav-Interactions-dark-colorblind-Overflow-interaction-vrt-2-0277b8-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
...-UnderlineNav-Interactions-dark-colorblind-Overflow-interaction-vrt-2-linux.png
Oops, something went wrong.
Binary file added
BIN
+19.2 KB
...ineNav-Interactions-dark-colorblind-Overflow-interaction-vrt-3-d08218-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...-UnderlineNav-Interactions-dark-colorblind-Overflow-interaction-vrt-3-linux.png
Oops, something went wrong.
Binary file added
BIN
+12.5 KB
...ineNav-Interactions-dark-colorblind-Overflow-interaction-vrt-4-7a9a96-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
...-UnderlineNav-Interactions-dark-colorblind-Overflow-interaction-vrt-4-linux.png
Oops, something went wrong.
Binary file added
BIN
+15.7 KB
...s-dark-di-0885b-t-enough-space-to-display-all-list-items-vrt-1-b7e288-linux.png
Oops, something went wrong.
Binary file added
BIN
+15.7 KB
...s-dark-di-b98f2-t-enough-space-to-display-all-list-items-vrt-2-fe13fc-linux.png
Oops, something went wrong.
Binary file added
BIN
+12.9 KB
...eNav-Interactions-dark-dimmed-Keep-selected-item-visible-vrt-1-82fae2-linux.png
Oops, something went wrong.
Binary file modified
BIN
+194 Bytes
(100%)
...nderlineNav-Interactions-dark-dimmed-Keep-selected-item-visible-vrt-1-linux.png
Oops, something went wrong.
Binary file added
BIN
+14 KB
...eNav-Interactions-dark-dimmed-Keep-selected-item-visible-vrt-2-82c101-linux.png
Oops, something went wrong.
Binary file added
BIN
+11.8 KB
...eNav-Interactions-dark-dimmed-Keep-selected-item-visible-vrt-3-549290-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...nderlineNav-Interactions-dark-dimmed-Keep-selected-item-visible-vrt-3-linux.png
Oops, something went wrong.
Binary file added
BIN
+9.22 KB
...eNav-Interactions-dark-dimmed-Keep-selected-item-visible-vrt-4-fec875-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...nderlineNav-Interactions-dark-dimmed-Keep-selected-item-visible-vrt-4-linux.png
Oops, something went wrong.
Binary file added
BIN
+15.7 KB
...derlineNav-Interactions-dark-dimmed-Overflow-interaction-vrt-1-f1b10a-linux.png
Oops, something went wrong.
Binary file added
BIN
+11.9 KB
...derlineNav-Interactions-dark-dimmed-Overflow-interaction-vrt-2-431ba3-linux.png
Oops, something went wrong.
Oops, something went wrong.