-
Notifications
You must be signed in to change notification settings - Fork 538
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 pageheader-sign-off-fixes-dom-order
- Loading branch information
Showing
406 changed files
with
12,467 additions
and
11,648 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@primer/react': patch | ||
--- | ||
|
||
Update mono font in theme to use font stack as fallback to custom property |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@primer/react": patch | ||
--- | ||
|
||
Checkbox: Add `not-allowed` cursor to unchecked disabled state |
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,51 @@ | ||
name: Deploy (fork) | ||
name: Deploy Preview (fork) | ||
on: | ||
pull_request_target: | ||
|
||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
deploy-preview: | ||
build: | ||
# target repository for pull_request is different from source repository | ||
if: ${{ github.repository != github.event.pull_request.head.repo.full_name }} | ||
name: Preview | ||
uses: primer/.github/.github/workflows/deploy_preview.yml@0cec9b9914f358846163f2428663b58da41028c9 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
- name: Set up Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
cache: 'npm' | ||
- name: Install dependencies | ||
run: npm ci | ||
- name: Install docs dependencies | ||
run: npm ci --legacy-peer-deps | ||
working-directory: docs | ||
- name: Build docs preview | ||
run: npm run build:docs:preview | ||
- uses: actions/upload-pages-artifact@v3 | ||
with: | ||
name: github-pages | ||
path: docs/public | ||
|
||
deploy-preview: | ||
if: ${{ github.repository != github.event.pull_request.head.repo.full_name }} | ||
needs: build | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
with: | ||
node_version: 18 | ||
install: npm ci --legacy-peer-deps && cd docs && npm ci --legacy-peer-deps && cd .. | ||
build: npm run build:docs:preview | ||
output_dir: docs/public | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
outputs: | ||
deployment_url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v4 | ||
with: | ||
preview: true |
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
-439 Bytes
(94%)
...ist.test.ts-snapshots/ActionList-Disabled-Multiselect-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
-432 Bytes
(94%)
...ionList.test.ts-snapshots/ActionList-Disabled-Multiselect-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
-452 Bytes
(94%)
....test.ts-snapshots/ActionList-Disabled-Multiselect-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
-447 Bytes
(94%)
...nts/ActionList.test.ts-snapshots/ActionList-Disabled-Multiselect-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
-439 Bytes
(94%)
...ist.test.ts-snapshots/ActionList-Disabled-Multiselect-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
-440 Bytes
(94%)
...st.test.ts-snapshots/ActionList-Disabled-Multiselect-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
-426 Bytes
(95%)
...test.ts-snapshots/ActionList-Disabled-Multiselect-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
-438 Bytes
(95%)
...ts/ActionList.test.ts-snapshots/ActionList-Disabled-Multiselect-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
-440 Bytes
(94%)
...st.test.ts-snapshots/ActionList-Disabled-Multiselect-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
-352 Bytes
(96%)
...ts-snapshots/ActionList-Disabled-Selected-Multiselect-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
-327 Bytes
(96%)
...est.ts-snapshots/ActionList-Disabled-Selected-Multiselect-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
-388 Bytes
(96%)
...snapshots/ActionList-Disabled-Selected-Multiselect-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
-403 Bytes
(95%)
...nList.test.ts-snapshots/ActionList-Disabled-Selected-Multiselect-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
-352 Bytes
(96%)
...ts-snapshots/ActionList-Disabled-Selected-Multiselect-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
-414 Bytes
(95%)
...s-snapshots/ActionList-Disabled-Selected-Multiselect-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
-480 Bytes
(95%)
...napshots/ActionList-Disabled-Selected-Multiselect-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
-423 Bytes
(95%)
...List.test.ts-snapshots/ActionList-Disabled-Selected-Multiselect-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
-398 Bytes
(96%)
...s-snapshots/ActionList-Disabled-Selected-Multiselect-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
-456 Bytes
(95%)
...ist.test.ts-snapshots/ActionList-Inactive-Multiselect-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
-433 Bytes
(95%)
...ionList.test.ts-snapshots/ActionList-Inactive-Multiselect-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
-483 Bytes
(94%)
....test.ts-snapshots/ActionList-Inactive-Multiselect-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
-438 Bytes
(95%)
...nts/ActionList.test.ts-snapshots/ActionList-Inactive-Multiselect-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
-456 Bytes
(95%)
...ist.test.ts-snapshots/ActionList-Inactive-Multiselect-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
-463 Bytes
(94%)
...st.test.ts-snapshots/ActionList-Inactive-Multiselect-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
-451 Bytes
(95%)
...test.ts-snapshots/ActionList-Inactive-Multiselect-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
-454 Bytes
(95%)
...ts/ActionList.test.ts-snapshots/ActionList-Inactive-Multiselect-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-463 Bytes
(94%)
...st.test.ts-snapshots/ActionList-Inactive-Multiselect-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-54 Bytes
(99%)
...ctionList.test.ts-snapshots/ActionList-Inside-Overlay-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-69 Bytes
(99%)
...ts/ActionList.test.ts-snapshots/ActionList-Inside-Overlay-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-52 Bytes
(99%)
...onList.test.ts-snapshots/ActionList-Inside-Overlay-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-54 Bytes
(99%)
...omponents/ActionList.test.ts-snapshots/ActionList-Inside-Overlay-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-54 Bytes
(99%)
...ctionList.test.ts-snapshots/ActionList-Inside-Overlay-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-548 Bytes
(97%)
.../ActionList.test.ts-snapshots/ActionList-Multi-Select-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-538 Bytes
(97%)
...ents/ActionList.test.ts-snapshots/ActionList-Multi-Select-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-605 Bytes
(97%)
...tionList.test.ts-snapshots/ActionList-Multi-Select-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-570 Bytes
(97%)
.../components/ActionList.test.ts-snapshots/ActionList-Multi-Select-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-548 Bytes
(97%)
.../ActionList.test.ts-snapshots/ActionList-Multi-Select-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-574 Bytes
(97%)
...ActionList.test.ts-snapshots/ActionList-Multi-Select-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-582 Bytes
(97%)
...ionList.test.ts-snapshots/ActionList-Multi-Select-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-580 Bytes
(97%)
...components/ActionList.test.ts-snapshots/ActionList-Multi-Select-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-574 Bytes
(97%)
...ActionList.test.ts-snapshots/ActionList-Multi-Select-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+660 Bytes
(100%)
....test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+607 Bytes
(100%)
...Menu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+749 Bytes
(100%)
...st.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+694 Bytes
(100%)
.../ActionMenu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+660 Bytes
(100%)
....test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+644 Bytes
(100%)
...test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+752 Bytes
(100%)
...t.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+665 Bytes
(100%)
...ActionMenu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+644 Bytes
(100%)
...test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+48 Bytes
(100%)
....ts-snapshots/ActionMenu-Inactive-Items-dark-colorblind-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+28 Bytes
(100%)
...onMenu.test.ts-snapshots/ActionMenu-Inactive-Items-dark-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+47 Bytes
(100%)
...test.ts-snapshots/ActionMenu-Inactive-Items-dark-dimmed-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
-127 Bytes
(100%)
...-snapshots/ActionMenu-Inactive-Items-dark-high-contrast-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+50 Bytes
(100%)
....ts-snapshots/ActionMenu-Inactive-Items-dark-tritanopia-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
-15 Bytes
(100%)
...ts-snapshots/ActionMenu-Inactive-Items-light-colorblind-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(100%)
...nMenu.test.ts-snapshots/ActionMenu-Inactive-Items-light-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...snapshots/ActionMenu-Inactive-Items-light-high-contrast-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
-15 Bytes
(100%)
...ts-snapshots/ActionMenu-Inactive-Items-light-tritanopia-default-vrt-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
+200 Bytes
(100%)
...ActionMenu.test.ts-snapshots/ActionMenu-Single-Select-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+275 Bytes
(100%)
...nts/ActionMenu.test.ts-snapshots/ActionMenu-Single-Select-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+179 Bytes
(100%)
...components/ActionMenu.test.ts-snapshots/ActionMenu-Single-Select-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+200 Bytes
(100%)
...ActionMenu.test.ts-snapshots/ActionMenu-Single-Select-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+214 Bytes
(100%)
...ctionMenu.test.ts-snapshots/ActionMenu-Single-Select-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+220 Bytes
(100%)
...omponents/ActionMenu.test.ts-snapshots/ActionMenu-Single-Select-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+214 Bytes
(100%)
...ctionMenu.test.ts-snapshots/ActionMenu-Single-Select-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-38 Bytes
(100%)
...apshots/AvatarStack-Custom-Size-On-Parent-Responsive-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-41 Bytes
(100%)
...hots/AvatarStack-Custom-Size-On-Parent-Responsive-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-38 Bytes
(100%)
...apshots/AvatarStack-Custom-Size-On-Parent-Responsive-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-58 Bytes
(99%)
...BranchName.test.ts-snapshots/BranchName-Default-dark-colorblind-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
-46 Bytes
(99%)
...nts/BranchName.test.ts-snapshots/BranchName-Default-dark-dimmed-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
-90 Bytes
(99%)
...components/BranchName.test.ts-snapshots/BranchName-Default-dark-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
-45 Bytes
(99%)
...nchName.test.ts-snapshots/BranchName-Default-dark-high-contrast-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
-58 Bytes
(99%)
...BranchName.test.ts-snapshots/BranchName-Default-dark-tritanopia-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+23 Bytes
(100%)
...eadcrumbs.test.ts-snapshots/Breadcrumbs-Default-dark-colorblind-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+42 Bytes
(100%)
...s/Breadcrumbs.test.ts-snapshots/Breadcrumbs-Default-dark-dimmed-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(100%)
...mponents/Breadcrumbs.test.ts-snapshots/Breadcrumbs-Default-dark-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+21 Bytes
(100%)
...crumbs.test.ts-snapshots/Breadcrumbs-Default-dark-high-contrast-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+23 Bytes
(100%)
...eadcrumbs.test.ts-snapshots/Breadcrumbs-Default-dark-tritanopia-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
-17 Bytes
(100%)
...Button.test.ts-snapshots/Button-Invisible-Variants-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.29 KB
(100%)
...ts/components/Dialog.test.ts-snapshots/Dialog-Default-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.3 KB
(100%)
...pshots/components/Dialog.test.ts-snapshots/Dialog-Default-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.33 KB
(100%)
...components/Dialog.test.ts-snapshots/Dialog-Default-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.33 KB
(100%)
...ght/snapshots/components/Dialog.test.ts-snapshots/Dialog-Default-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.32 KB
(100%)
...ts/components/Dialog.test.ts-snapshots/Dialog-Default-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.45 KB
(100%)
...s/components/Dialog.test.ts-snapshots/Dialog-Default-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.42 KB
(100%)
...omponents/Dialog.test.ts-snapshots/Dialog-Default-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.45 KB
(100%)
...ht/snapshots/components/Dialog.test.ts-snapshots/Dialog-Default-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.45 KB
(100%)
...s/components/Dialog.test.ts-snapshots/Dialog-Default-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+10 KB
(110%)
...omponents/Dialog.test.ts-snapshots/Dialog-Stress-Test-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+10.1 KB
(110%)
...ts/components/Dialog.test.ts-snapshots/Dialog-Stress-Test-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9.76 KB
(110%)
...onents/Dialog.test.ts-snapshots/Dialog-Stress-Test-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9.68 KB
(110%)
...snapshots/components/Dialog.test.ts-snapshots/Dialog-Stress-Test-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+10 KB
(110%)
...omponents/Dialog.test.ts-snapshots/Dialog-Stress-Test-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9.52 KB
(110%)
...mponents/Dialog.test.ts-snapshots/Dialog-Stress-Test-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9.7 KB
(110%)
...nents/Dialog.test.ts-snapshots/Dialog-Stress-Test-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9.55 KB
(110%)
...napshots/components/Dialog.test.ts-snapshots/Dialog-Stress-Test-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9.56 KB
(110%)
...mponents/Dialog.test.ts-snapshots/Dialog-Stress-Test-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+192 Bytes
(100%)
...Dialog.test.ts-snapshots/Dialog-With-Custom-Renderers-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+197 Bytes
(100%)
...nts/Dialog.test.ts-snapshots/Dialog-With-Custom-Renderers-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+237 Bytes
(100%)
...log.test.ts-snapshots/Dialog-With-Custom-Renderers-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+191 Bytes
(100%)
...components/Dialog.test.ts-snapshots/Dialog-With-Custom-Renderers-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+198 Bytes
(100%)
...Dialog.test.ts-snapshots/Dialog-With-Custom-Renderers-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+251 Bytes
(100%)
...ialog.test.ts-snapshots/Dialog-With-Custom-Renderers-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+247 Bytes
(100%)
...og.test.ts-snapshots/Dialog-With-Custom-Renderers-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+217 Bytes
(100%)
...omponents/Dialog.test.ts-snapshots/Dialog-With-Custom-Renderers-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+232 Bytes
(100%)
...ialog.test.ts-snapshots/Dialog-With-Custom-Renderers-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...onents/Dialogv1.test.ts-snapshots/Dialogv1-Default-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+600 Bytes
(110%)
...ts/IconButton.test.ts-snapshots/IconButton-Playground-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+545 Bytes
(110%)
...onents/IconButton.test.ts-snapshots/IconButton-Playground-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+518 Bytes
(110%)
...IconButton.test.ts-snapshots/IconButton-Playground-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+600 Bytes
(110%)
...ts/components/IconButton.test.ts-snapshots/IconButton-Playground-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+600 Bytes
(110%)
...ts/IconButton.test.ts-snapshots/IconButton-Playground-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+547 Bytes
(110%)
...s/IconButton.test.ts-snapshots/IconButton-Playground-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+578 Bytes
(110%)
...conButton.test.ts-snapshots/IconButton-Playground-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+551 Bytes
(110%)
...s/components/IconButton.test.ts-snapshots/IconButton-Playground-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+547 Bytes
(110%)
...s/IconButton.test.ts-snapshots/IconButton-Playground-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+101 Bytes
(100%)
...ts/IconButton.test.ts-snapshots/IconButton-Primary-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
.../components/Link.test.ts-snapshots/Link-Default-dark-colorblind-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+53 Bytes
(100%)
...hots/components/Link.test.ts-snapshots/Link-Default-dark-dimmed-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+16 Bytes
(100%)
...t/snapshots/components/Link.test.ts-snapshots/Link-Default-dark-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+15 Bytes
(100%)
...mponents/Link.test.ts-snapshots/Link-Default-dark-high-contrast-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
.../components/Link.test.ts-snapshots/Link-Default-dark-tritanopia-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+32 Bytes
(100%)
...ts/components/Link.test.ts-snapshots/Link-Muted-dark-colorblind-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+55 Bytes
(100%)
...pshots/components/Link.test.ts-snapshots/Link-Muted-dark-dimmed-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+21 Bytes
(100%)
...ght/snapshots/components/Link.test.ts-snapshots/Link-Muted-dark-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+27 Bytes
(100%)
...components/Link.test.ts-snapshots/Link-Muted-dark-high-contrast-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+32 Bytes
(100%)
...ts/components/Link.test.ts-snapshots/Link-Muted-dark-tritanopia-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...omponents/Link.test.ts-snapshots/Link-Underline-dark-colorblind-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+53 Bytes
(100%)
...ts/components/Link.test.ts-snapshots/Link-Underline-dark-dimmed-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+16 Bytes
(100%)
...snapshots/components/Link.test.ts-snapshots/Link-Underline-dark-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+15 Bytes
(100%)
...onents/Link.test.ts-snapshots/Link-Underline-dark-high-contrast-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...omponents/Link.test.ts-snapshots/Link-Underline-dark-tritanopia-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
-9 Bytes
(100%)
...geHeader.test.ts-snapshots/PageHeader-With-Actions-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...ne.test.ts-snapshots/Timeline-With-Inline-Links-dark-colorblind-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+48 Bytes
(100%)
...meline.test.ts-snapshots/Timeline-With-Inline-Links-dark-dimmed-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
-67 Bytes
(99%)
...ents/Timeline.test.ts-snapshots/Timeline-With-Inline-Links-dark-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+79 Bytes
(100%)
...test.ts-snapshots/Timeline-With-Inline-Links-dark-high-contrast-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...ne.test.ts-snapshots/Timeline-With-Inline-Links-dark-tritanopia-focus-linux.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
...al.test.ts-snapshots/Tooltip--experimental-Label-Type-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...mental.test.ts-snapshots/Tooltip--experimental-Label-Type-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...test.ts-snapshots/Tooltip--experimental-Label-Type-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-11 Bytes
(100%)
...-experimental.test.ts-snapshots/Tooltip--experimental-Label-Type-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
...al.test.ts-snapshots/Tooltip--experimental-Label-Type-dark-tritanopia-linux.png
Oops, something went wrong.
Oops, something went wrong.