-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into css_modules_ga_link
- Loading branch information
Showing
427 changed files
with
14,047 additions
and
33,105 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 | ||
--- | ||
|
||
Changes the accessible name of the "toggle" button in `LabelGroup` to contain the visual label |
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': major | ||
--- | ||
|
||
Delete deprecated draft components `MarkdownEditor`, `MarkdownInput`, and `InlineAutocomplete` |
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 | ||
--- | ||
|
||
Removes the feature flag from the `Blankslate` component to always render with CSS modules. |
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 | ||
--- | ||
|
||
Utilizes `[disabled]` selector instead of `:disabled` in `TooltipV2` to address a false positive |
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 | ||
--- | ||
|
||
fix(Pagination): Use anchor instead of button for disabled prev/next controls |
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 | ||
--- | ||
|
||
Add missing `wide` CSS + className to Stack |
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 | ||
--- | ||
|
||
ActionMenu: Make sure event handlers on ActionMenu.Button and ActionMenu.Anchor are called |
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,6 @@ | ||
--- | ||
'@primer/react': major | ||
--- | ||
|
||
The drafts entrypoint has been removed from @primer/react. Use | ||
@primer/react/experimental instead. |
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 | ||
--- | ||
|
||
Changed Heading feature flag from `primer_react_css_modules_staff` to `primer_react_css_modules_ga` |
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 | ||
--- | ||
|
||
Update Banner to use CSS Modules behind feature flag |
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": major | ||
--- | ||
|
||
Refactor ButtonBase component to use CSS modules behine flag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@primer/react': patch | ||
--- | ||
|
||
Update issue where FormControl.Caption was rendering incorrectly when CSS Modules flags were enabled |
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 | ||
--- | ||
|
||
Banner: Update alignment of actions when it is dismissible and has a hidden title |
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 | ||
--- | ||
|
||
Refactor Avatar component to use CSS modules behind feature flag |
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 | ||
--- | ||
|
||
SelectPanel: Support <kbd>PageDown</kbd> and <kbd>PageUp</kbd> for keyboard navigation | ||
|
||
SelectPanel: Label `listbox` by the title of the panel |
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 added
BIN
+16.1 KB
...snapshots/Banner-DismissibleWithHiddenTitleAndActions-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.4 KB
....ts-snapshots/Banner-DismissibleWithHiddenTitleAndActions-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.2 KB
...pshots/Banner-DismissibleWithHiddenTitleAndActions-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.1 KB
...er.test.ts-snapshots/Banner-DismissibleWithHiddenTitleAndActions-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.1 KB
...snapshots/Banner-DismissibleWithHiddenTitleAndActions-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.3 KB
...napshots/Banner-DismissibleWithHiddenTitleAndActions-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
...shots/Banner-DismissibleWithHiddenTitleAndActions-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.3 KB
...r.test.ts-snapshots/Banner-DismissibleWithHiddenTitleAndActions-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
+16.3 KB
...napshots/Banner-DismissibleWithHiddenTitleAndActions-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
+15.7 KB
...hots/Banner-DismissibleWithHiddenTitleAndActions-primer-breakpoint-sm-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 KB
...hots/Banner-DismissibleWithHiddenTitleAndActions-primer-breakpoint-xs-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
+7.37 KB
...nts/Checkbox.test.ts-snapshots/Checkbox-Default-focus-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
+7.4 KB
...ponents/Checkbox.test.ts-snapshots/Checkbox-Default-focus-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
+7.35 KB
.../Checkbox.test.ts-snapshots/Checkbox-Default-focus-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
+7.37 KB
...ots/components/Checkbox.test.ts-snapshots/Checkbox-Default-focus-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
+7.37 KB
...nts/Checkbox.test.ts-snapshots/Checkbox-Default-focus-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
+7.35 KB
...ts/Checkbox.test.ts-snapshots/Checkbox-Default-focus-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
+7.32 KB
...Checkbox.test.ts-snapshots/Checkbox-Default-focus-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
+7.35 KB
...ts/components/Checkbox.test.ts-snapshots/Checkbox-Default-focus-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
+7.35 KB
...ts/Checkbox.test.ts-snapshots/Checkbox-Default-focus-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
+6.78 KB
...ts/Checkbox.test.ts-snapshots/Checkbox-Disabled-focus-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
+6.73 KB
...onents/Checkbox.test.ts-snapshots/Checkbox-Disabled-focus-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
+6.84 KB
...Checkbox.test.ts-snapshots/Checkbox-Disabled-focus-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
+6.78 KB
...ts/components/Checkbox.test.ts-snapshots/Checkbox-Disabled-focus-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
+6.78 KB
...ts/Checkbox.test.ts-snapshots/Checkbox-Disabled-focus-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
+6.8 KB
...s/Checkbox.test.ts-snapshots/Checkbox-Disabled-focus-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.83 KB
...heckbox.test.ts-snapshots/Checkbox-Disabled-focus-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.8 KB
...s/components/Checkbox.test.ts-snapshots/Checkbox-Disabled-focus-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+6.8 KB
...s/Checkbox.test.ts-snapshots/Checkbox-Disabled-focus-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.36 KB
...eckbox.test.ts-snapshots/Checkbox-Indeterminate-focus-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.4 KB
...s/Checkbox.test.ts-snapshots/Checkbox-Indeterminate-focus-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.34 KB
...box.test.ts-snapshots/Checkbox-Indeterminate-focus-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.36 KB
...mponents/Checkbox.test.ts-snapshots/Checkbox-Indeterminate-focus-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.36 KB
...eckbox.test.ts-snapshots/Checkbox-Indeterminate-focus-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.33 KB
...ckbox.test.ts-snapshots/Checkbox-Indeterminate-focus-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.3 KB
...ox.test.ts-snapshots/Checkbox-Indeterminate-focus-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.33 KB
...ponents/Checkbox.test.ts-snapshots/Checkbox-Indeterminate-focus-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.33 KB
...ckbox.test.ts-snapshots/Checkbox-Indeterminate-focus-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.2 KB
...s/Checkbox.test.ts-snapshots/Checkbox-Visually-Hidden-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.1 KB
...nents/Checkbox.test.ts-snapshots/Checkbox-Visually-Hidden-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.4 KB
...heckbox.test.ts-snapshots/Checkbox-Visually-Hidden-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.2 KB
...s/components/Checkbox.test.ts-snapshots/Checkbox-Visually-Hidden-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.2 KB
...s/Checkbox.test.ts-snapshots/Checkbox-Visually-Hidden-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.8 KB
...kbox.test.ts-snapshots/Checkbox-Visually-Hidden-focus-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.7 KB
...Checkbox.test.ts-snapshots/Checkbox-Visually-Hidden-focus-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+11 KB
...x.test.ts-snapshots/Checkbox-Visually-Hidden-focus-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.8 KB
...onents/Checkbox.test.ts-snapshots/Checkbox-Visually-Hidden-focus-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.8 KB
...kbox.test.ts-snapshots/Checkbox-Visually-Hidden-focus-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.9 KB
...box.test.ts-snapshots/Checkbox-Visually-Hidden-focus-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.9 KB
....test.ts-snapshots/Checkbox-Visually-Hidden-focus-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.9 KB
...nents/Checkbox.test.ts-snapshots/Checkbox-Visually-Hidden-focus-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.9 KB
...box.test.ts-snapshots/Checkbox-Visually-Hidden-focus-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.3 KB
.../Checkbox.test.ts-snapshots/Checkbox-Visually-Hidden-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.3 KB
...eckbox.test.ts-snapshots/Checkbox-Visually-Hidden-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.3 KB
.../components/Checkbox.test.ts-snapshots/Checkbox-Visually-Hidden-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+10.3 KB
.../Checkbox.test.ts-snapshots/Checkbox-Visually-Hidden-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.68 KB
...heckbox.test.ts-snapshots/Checkbox-With-Caption-focus-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.69 KB
...ts/Checkbox.test.ts-snapshots/Checkbox-With-Caption-focus-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.69 KB
...kbox.test.ts-snapshots/Checkbox-With-Caption-focus-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.68 KB
...omponents/Checkbox.test.ts-snapshots/Checkbox-With-Caption-focus-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.68 KB
...heckbox.test.ts-snapshots/Checkbox-With-Caption-focus-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.67 KB
...eckbox.test.ts-snapshots/Checkbox-With-Caption-focus-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.67 KB
...box.test.ts-snapshots/Checkbox-With-Caption-focus-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.67 KB
...mponents/Checkbox.test.ts-snapshots/Checkbox-With-Caption-focus-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.67 KB
...eckbox.test.ts-snapshots/Checkbox-With-Caption-focus-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.09 KB
....test.ts-snapshots/Checkbox-With-Leading-Visual-focus-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.07 KB
...kbox.test.ts-snapshots/Checkbox-With-Leading-Visual-focus-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.05 KB
...st.ts-snapshots/Checkbox-With-Leading-Visual-focus-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.09 KB
...ts/Checkbox.test.ts-snapshots/Checkbox-With-Leading-Visual-focus-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.09 KB
....test.ts-snapshots/Checkbox-With-Leading-Visual-focus-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.04 KB
...test.ts-snapshots/Checkbox-With-Leading-Visual-focus-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.01 KB
...t.ts-snapshots/Checkbox-With-Leading-Visual-focus-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.04 KB
...s/Checkbox.test.ts-snapshots/Checkbox-With-Leading-Visual-focus-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+8.04 KB
...test.ts-snapshots/Checkbox-With-Leading-Visual-focus-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+394 Bytes
(110%)
...shots/components/Flash.test.ts-snapshots/Flash-Danger-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+395 Bytes
(110%)
...snapshots/components/Flash.test.ts-snapshots/Flash-Danger-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+457 Bytes
(110%)
...ts/components/Flash.test.ts-snapshots/Flash-Danger-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+413 Bytes
(110%)
...wright/snapshots/components/Flash.test.ts-snapshots/Flash-Danger-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+413 Bytes
(110%)
...shots/components/Flash.test.ts-snapshots/Flash-Danger-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+426 Bytes
(110%)
...hots/components/Flash.test.ts-snapshots/Flash-Danger-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+479 Bytes
(110%)
...s/components/Flash.test.ts-snapshots/Flash-Danger-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+455 Bytes
(110%)
...right/snapshots/components/Flash.test.ts-snapshots/Flash-Danger-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+455 Bytes
(110%)
...hots/components/Flash.test.ts-snapshots/Flash-Danger-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+740 Bytes
(110%)
...apshots/components/Flash.test.ts-snapshots/Flash-Full-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+766 Bytes
(110%)
...t/snapshots/components/Flash.test.ts-snapshots/Flash-Full-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+771 Bytes
(110%)
...hots/components/Flash.test.ts-snapshots/Flash-Full-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+740 Bytes
(110%)
.playwright/snapshots/components/Flash.test.ts-snapshots/Flash-Full-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+740 Bytes
(110%)
...apshots/components/Flash.test.ts-snapshots/Flash-Full-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+738 Bytes
(110%)
...pshots/components/Flash.test.ts-snapshots/Flash-Full-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+787 Bytes
(120%)
...ots/components/Flash.test.ts-snapshots/Flash-Full-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+738 Bytes
(110%)
...ywright/snapshots/components/Flash.test.ts-snapshots/Flash-Full-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+738 Bytes
(110%)
...pshots/components/Flash.test.ts-snapshots/Flash-Full-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+458 Bytes
(110%)
...hots/components/Flash.test.ts-snapshots/Flash-Success-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+413 Bytes
(110%)
...napshots/components/Flash.test.ts-snapshots/Flash-Success-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+543 Bytes
(110%)
...s/components/Flash.test.ts-snapshots/Flash-Success-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+441 Bytes
(110%)
...right/snapshots/components/Flash.test.ts-snapshots/Flash-Success-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+458 Bytes
(110%)
...hots/components/Flash.test.ts-snapshots/Flash-Success-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+495 Bytes
(110%)
...ots/components/Flash.test.ts-snapshots/Flash-Success-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+539 Bytes
(110%)
.../components/Flash.test.ts-snapshots/Flash-Success-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+518 Bytes
(110%)
...ight/snapshots/components/Flash.test.ts-snapshots/Flash-Success-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+495 Bytes
(110%)
...ots/components/Flash.test.ts-snapshots/Flash-Success-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+239 Bytes
(100%)
...hots/components/Flash.test.ts-snapshots/Flash-Warning-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+209 Bytes
(100%)
...napshots/components/Flash.test.ts-snapshots/Flash-Warning-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+273 Bytes
(100%)
...s/components/Flash.test.ts-snapshots/Flash-Warning-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+239 Bytes
(100%)
...right/snapshots/components/Flash.test.ts-snapshots/Flash-Warning-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+239 Bytes
(100%)
...hots/components/Flash.test.ts-snapshots/Flash-Warning-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+308 Bytes
(100%)
...ots/components/Flash.test.ts-snapshots/Flash-Warning-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+286 Bytes
(100%)
.../components/Flash.test.ts-snapshots/Flash-Warning-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+308 Bytes
(100%)
...ight/snapshots/components/Flash.test.ts-snapshots/Flash-Warning-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+308 Bytes
(100%)
...ots/components/Flash.test.ts-snapshots/Flash-Warning-light-tritanopia-linux.png
Oops, something went wrong.
Binary file removed
BIN
-12 KB
...test.ts-snapshots/InlineAutocomplete-Custom-Rendering-dark-colorblind-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...ete.test.ts-snapshots/InlineAutocomplete-Custom-Rendering-dark-dimmed-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...t.ts-snapshots/InlineAutocomplete-Custom-Rendering-dark-high-contrast-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...tocomplete.test.ts-snapshots/InlineAutocomplete-Custom-Rendering-dark-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...test.ts-snapshots/InlineAutocomplete-Custom-Rendering-dark-tritanopia-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...est.ts-snapshots/InlineAutocomplete-Custom-Rendering-light-colorblind-linux.png
Diff not rendered.
Binary file removed
BIN
-12.1 KB
....ts-snapshots/InlineAutocomplete-Custom-Rendering-light-high-contrast-linux.png
Diff not rendered.
Binary file removed
BIN
-12.1 KB
...ocomplete.test.ts-snapshots/InlineAutocomplete-Custom-Rendering-light-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...est.ts-snapshots/InlineAutocomplete-Custom-Rendering-light-tritanopia-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...complete.test.ts-snapshots/InlineAutocomplete-Default-dark-colorblind-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...Autocomplete.test.ts-snapshots/InlineAutocomplete-Default-dark-dimmed-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...plete.test.ts-snapshots/InlineAutocomplete-Default-dark-high-contrast-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
.../InlineAutocomplete.test.ts-snapshots/InlineAutocomplete-Default-dark-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...complete.test.ts-snapshots/InlineAutocomplete-Default-dark-tritanopia-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...omplete.test.ts-snapshots/InlineAutocomplete-Default-light-colorblind-linux.png
Diff not rendered.
Binary file removed
BIN
-12.1 KB
...lete.test.ts-snapshots/InlineAutocomplete-Default-light-high-contrast-linux.png
Diff not rendered.
Binary file removed
BIN
-12.1 KB
...InlineAutocomplete.test.ts-snapshots/InlineAutocomplete-Default-light-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...omplete.test.ts-snapshots/InlineAutocomplete-Default-light-tritanopia-linux.png
Diff not rendered.
Binary file removed
BIN
-12.9 KB
...plete.test.ts-snapshots/InlineAutocomplete-Playground-dark-colorblind-linux.png
Diff not rendered.
Binary file removed
BIN
-12.9 KB
...ocomplete.test.ts-snapshots/InlineAutocomplete-Playground-dark-dimmed-linux.png
Diff not rendered.
Binary file removed
BIN
-12.9 KB
...te.test.ts-snapshots/InlineAutocomplete-Playground-dark-high-contrast-linux.png
Diff not rendered.
Binary file removed
BIN
-12.9 KB
...lineAutocomplete.test.ts-snapshots/InlineAutocomplete-Playground-dark-linux.png
Diff not rendered.
Binary file removed
BIN
-12.9 KB
...plete.test.ts-snapshots/InlineAutocomplete-Playground-dark-tritanopia-linux.png
Diff not rendered.
Binary file removed
BIN
-13 KB
...lete.test.ts-snapshots/InlineAutocomplete-Playground-light-colorblind-linux.png
Diff not rendered.
Binary file removed
BIN
-13 KB
...e.test.ts-snapshots/InlineAutocomplete-Playground-light-high-contrast-linux.png
Diff not rendered.
Binary file removed
BIN
-13 KB
...ineAutocomplete.test.ts-snapshots/InlineAutocomplete-Playground-light-linux.png
Diff not rendered.
Binary file removed
BIN
-13 KB
...lete.test.ts-snapshots/InlineAutocomplete-Playground-light-tritanopia-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...lete.test.ts-snapshots/InlineAutocomplete-Single-Line-dark-colorblind-linux.png
Diff not rendered.
Binary file removed
BIN
-11.9 KB
...complete.test.ts-snapshots/InlineAutocomplete-Single-Line-dark-dimmed-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...e.test.ts-snapshots/InlineAutocomplete-Single-Line-dark-high-contrast-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...ineAutocomplete.test.ts-snapshots/InlineAutocomplete-Single-Line-dark-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...lete.test.ts-snapshots/InlineAutocomplete-Single-Line-dark-tritanopia-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...ete.test.ts-snapshots/InlineAutocomplete-Single-Line-light-colorblind-linux.png
Diff not rendered.
Binary file removed
BIN
-12.1 KB
....test.ts-snapshots/InlineAutocomplete-Single-Line-light-high-contrast-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...neAutocomplete.test.ts-snapshots/InlineAutocomplete-Single-Line-light-linux.png
Diff not rendered.
Binary file removed
BIN
-12 KB
...ete.test.ts-snapshots/InlineAutocomplete-Single-Line-light-tritanopia-linux.png
Diff not rendered.
Binary file modified
BIN
+80 Bytes
(100%)
...omponents/Pagehead.test.ts-snapshots/Pagehead-Default-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...ts/components/Pagehead.test.ts-snapshots/Pagehead-Default-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+66 Bytes
(100%)
...onents/Pagehead.test.ts-snapshots/Pagehead-Default-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+80 Bytes
(100%)
...snapshots/components/Pagehead.test.ts-snapshots/Pagehead-Default-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+80 Bytes
(100%)
...omponents/Pagehead.test.ts-snapshots/Pagehead-Default-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+39 Bytes
(100%)
...mponents/Pagehead.test.ts-snapshots/Pagehead-Default-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+49 Bytes
(100%)
...nents/Pagehead.test.ts-snapshots/Pagehead-Default-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+39 Bytes
(100%)
...napshots/components/Pagehead.test.ts-snapshots/Pagehead-Default-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+39 Bytes
(100%)
...mponents/Pagehead.test.ts-snapshots/Pagehead-Default-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.74 KB
(82%)
...s-snapshots/Token-Issue-Label-Token-With-On-Remove-Fn-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.71 KB
(82%)
...st.ts-snapshots/Token-Issue-Label-Token-With-On-Remove-Fn-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.75 KB
(82%)
...napshots/Token-Issue-Label-Token-With-On-Remove-Fn-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.74 KB
(82%)
...oken.test.ts-snapshots/Token-Issue-Label-Token-With-On-Remove-Fn-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.74 KB
(82%)
...s-snapshots/Token-Issue-Label-Token-With-On-Remove-Fn-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.49 KB
(84%)
...-snapshots/Token-Issue-Label-Token-With-On-Remove-Fn-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.49 KB
(84%)
...apshots/Token-Issue-Label-Token-With-On-Remove-Fn-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.49 KB
(84%)
...ken.test.ts-snapshots/Token-Issue-Label-Token-With-On-Remove-Fn-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.49 KB
(84%)
...-snapshots/Token-Issue-Label-Token-With-On-Remove-Fn-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.59 KB
(83%)
...Token.test.ts-snapshots/Token-Token-With-On-Remove-Fn-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.57 KB
(83%)
...nts/Token.test.ts-snapshots/Token-Token-With-On-Remove-Fn-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.72 KB
(82%)
...en.test.ts-snapshots/Token-Token-With-On-Remove-Fn-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.59 KB
(83%)
...components/Token.test.ts-snapshots/Token-Token-With-On-Remove-Fn-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.59 KB
(83%)
...Token.test.ts-snapshots/Token-Token-With-On-Remove-Fn-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.64 KB
(83%)
...oken.test.ts-snapshots/Token-Token-With-On-Remove-Fn-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.72 KB
(82%)
...n.test.ts-snapshots/Token-Token-With-On-Remove-Fn-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.61 KB
(83%)
...omponents/Token.test.ts-snapshots/Token-Token-With-On-Remove-Fn-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.64 KB
(83%)
...oken.test.ts-snapshots/Token-Token-With-On-Remove-Fn-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.98 KB
(80%)
...tionBar.test.ts-snapshots/drafts-ActionBar-CommentBox-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2.02 KB
(80%)
...s/ActionBar.test.ts-snapshots/drafts-ActionBar-CommentBox-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.98 KB
(80%)
...nBar.test.ts-snapshots/drafts-ActionBar-CommentBox-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.98 KB
(80%)
...s/drafts/ActionBar.test.ts-snapshots/drafts-ActionBar-CommentBox-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.98 KB
(80%)
...tionBar.test.ts-snapshots/drafts-ActionBar-CommentBox-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.98 KB
(80%)
...ionBar.test.ts-snapshots/drafts-ActionBar-CommentBox-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.92 KB
(81%)
...Bar.test.ts-snapshots/drafts-ActionBar-CommentBox-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.98 KB
(80%)
.../drafts/ActionBar.test.ts-snapshots/drafts-ActionBar-CommentBox-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.98 KB
(80%)
...ionBar.test.ts-snapshots/drafts-ActionBar-CommentBox-light-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
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.