-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/space-in-form
- Loading branch information
Showing
334 changed files
with
5,674 additions
and
9,029 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/view-components': patch | ||
--- | ||
|
||
Moves the loading and "no results" messages on the SelectPanel to the top of the container. |
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/view-components': minor | ||
--- | ||
|
||
[SelectPanel] replace loading label using parameter loading_label | ||
[SelectPanel] show additional loading content with loading_description |
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/view-components': patch | ||
--- | ||
|
||
Allow setting custom values on submit buttons. |
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/view-components': minor | ||
--- | ||
|
||
Add option to Dialog to permit/disable page scrolling |
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/view-components': patch | ||
--- | ||
|
||
Fix problem introduced by #3141 that causes template captions not to render for certain input types if the input is configured with a `value:`. |
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/view-components': minor | ||
--- | ||
|
||
Allow form groups to accept system arguments |
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/view-components": patch | ||
--- | ||
|
||
Add "action" to the list of data attributes that accept multiple values in the `merge_data` helper |
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/view-components': minor | ||
--- | ||
|
||
Introduce the Stack and StackItem components. |
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/view-components': patch | ||
--- | ||
|
||
Clear input on SelectPanel when dialog closed |
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/view-components': minor | ||
--- | ||
|
||
[SelectPanel] Adds banner scheme as param. |
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/view-components": patch | ||
--- | ||
|
||
Fix bug where checkboxes were broken with prefers-reduced-motion |
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/view-components': patch | ||
--- | ||
|
||
Remove dialog-scrollgutter setting from hot-path, for improved performance |
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
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Get specific changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected].1 | ||
uses: tj-actions/[email protected].2 | ||
with: | ||
files: | | ||
docs/**/*.md | ||
|
@@ -25,7 +25,6 @@ jobs: | |
- uses: actions/setup-node@v4 | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
with: | ||
node-version: 16 | ||
cache: 'npm' | ||
- name: Lint with Markdownlint | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
|
@@ -39,57 +38,50 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Get specific changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected].1 | ||
uses: tj-actions/[email protected].2 | ||
with: | ||
files: | | ||
app/**/*.rb | ||
lib/**/*.rb | ||
demo/**/*.rb | ||
test/**/*.rb | ||
- uses: ruby/setup-ruby@v1 | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
with: | ||
ruby-version: '3.3' | ||
bundler-cache: true | ||
- name: Lint with Rubocop | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
run: | | ||
bundle exec rubocop ${{ steps.changed-files.outputs.all_changed_files }} --format github | ||
run: script/rubocop --format github | ||
|
||
erblint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Get changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected].1 | ||
uses: tj-actions/[email protected].2 | ||
with: | ||
files: | | ||
app/components/**/*.erb | ||
- uses: ruby/setup-ruby@v1 | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
with: | ||
ruby-version: '3.3' | ||
bundler-cache: true | ||
- name: Lint with ERB Lint | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
run: | | ||
bundle exec erblint ${{ steps.changed-files.outputs.all_changed_files }} --format github | ||
run: script/erblint --format github | ||
|
||
eslint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Get changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected].1 | ||
uses: tj-actions/[email protected].2 | ||
with: | ||
files: | | ||
app/components/**/*.ts | ||
- uses: actions/setup-node@v4 | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
with: | ||
node-version: 16 | ||
cache: 'npm' | ||
- name: Lint with ESLint | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
|
@@ -103,18 +95,17 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Get changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected].1 | ||
uses: tj-actions/[email protected].2 | ||
with: | ||
files: | | ||
app/components/**/*.pcss | ||
lib/postcss_mixins/*.pcss | ||
- uses: actions/setup-node@v4 | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
with: | ||
node-version: 16 | ||
cache: 'npm' | ||
- name: Lint with Stylelint | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
run: | | ||
npm ci | ||
npx stylelint ${{ steps.changed-files.outputs.all_changed_files }} -f "github" | ||
npx stylelint --rd -q ${{ steps.changed-files.outputs.all_changed_files }} --custom-formatter=stylelint-actions-formatters |
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
Binary file modified
BIN
+2 Bytes
(100%)
.../snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/dark.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%)
...test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/dark_colorblind.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%)
...ots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/dark_dimmed.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%)
...t.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/dark_high_contrast.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%)
...snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/light.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%)
...est.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/light_colorblind.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%)
....ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/light_high_contrast.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
-28 Bytes
(100%)
.../screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/dark.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
-28 Bytes
(100%)
...s/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/dark_colorblind.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
-44 Bytes
(100%)
...shots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/dark_dimmed.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
-30 Bytes
(100%)
...napshots.test.ts-snapshots/primer/alpha/dropdown/default/dark_high_contrast.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.81 KB
(85%)
...screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/light.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.81 KB
(85%)
.../snapshots.test.ts-snapshots/primer/alpha/dropdown/default/light_colorblind.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
-3 Bytes
(100%)
...apshots.test.ts-snapshots/primer/alpha/dropdown/default/light_high_contrast.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
+312 Bytes
(100%)
...snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+300 Bytes
(100%)
...snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/focused.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
+274 Bytes
(100%)
...shots.test.ts-snapshots/primer/alpha/select/with_validation_message/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+281 Bytes
(100%)
...shots.test.ts-snapshots/primer/alpha/select/with_validation_message/focused.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
...test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/dark.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
...pshots/primer/alpha/select_panel/custom_loading_description/dark_colorblind.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
+17.7 KB
...-snapshots/primer/alpha/select_panel/custom_loading_description/dark_dimmed.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.8 KB
...ots/primer/alpha/select_panel/custom_loading_description/dark_high_contrast.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
+26.8 KB
...t.ts-snapshots/primer/alpha/select_panel/custom_loading_description/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+26.8 KB
...t.ts-snapshots/primer/alpha/select_panel/custom_loading_description/focused.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.7 KB
...est.ts-snapshots/primer/alpha/select_panel/custom_loading_description/light.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.7 KB
...shots/primer/alpha/select_panel/custom_loading_description/light_colorblind.png
Oops, something went wrong.
Binary file added
BIN
+16.7 KB
...ts/primer/alpha/select_panel/custom_loading_description/light_high_contrast.png
Oops, something went wrong.
Binary file added
BIN
+12.9 KB
...shots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/dark.png
Oops, something went wrong.
Binary file added
BIN
+12.9 KB
...ts-snapshots/primer/alpha/select_panel/custom_loading_label/dark_colorblind.png
Oops, something went wrong.
Binary file added
BIN
+14.2 KB
...est.ts-snapshots/primer/alpha/select_panel/custom_loading_label/dark_dimmed.png
Oops, something went wrong.
Binary file added
BIN
+12.4 KB
...snapshots/primer/alpha/select_panel/custom_loading_label/dark_high_contrast.png
Oops, something went wrong.
Binary file added
BIN
+26.8 KB
...ts.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/default.png
Oops, something went wrong.
Binary file added
BIN
+26.8 KB
...ts.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/focused.png
Oops, something went wrong.
Binary file added
BIN
+13.2 KB
...hots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/light.png
Oops, something went wrong.
Binary file added
BIN
+13.2 KB
...s-snapshots/primer/alpha/select_panel/custom_loading_label/light_colorblind.png
Oops, something went wrong.
Binary file added
BIN
+13.3 KB
...napshots/primer/alpha/select_panel/custom_loading_label/light_high_contrast.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...shots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/dark.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...r/alpha/select_panel/eventually_local_fetch_initial_failure/dark_colorblind.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...rimer/alpha/select_panel/eventually_local_fetch_initial_failure/dark_dimmed.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...lpha/select_panel/eventually_local_fetch_initial_failure/dark_high_contrast.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...hots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/light.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
.../alpha/select_panel/eventually_local_fetch_initial_failure/light_colorblind.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...pha/select_panel/eventually_local_fetch_initial_failure/light_high_contrast.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/dark.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...primer/alpha/select_panel/eventually_local_fetch_no_results/dark_colorblind.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ots/primer/alpha/select_panel/eventually_local_fetch_no_results/dark_dimmed.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...mer/alpha/select_panel/eventually_local_fetch_no_results/dark_high_contrast.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/light.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...rimer/alpha/select_panel/eventually_local_fetch_no_results/light_colorblind.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...er/alpha/select_panel/eventually_local_fetch_no_results/light_high_contrast.png
Oops, something went wrong.
Binary file modified
BIN
-7 Bytes
(100%)
...ots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/dark.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...-snapshots/primer/alpha/select_panel/local_fetch_no_results/dark_colorblind.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...t.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/dark_dimmed.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...apshots/primer/alpha/select_panel/local_fetch_no_results/dark_high_contrast.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/light.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...snapshots/primer/alpha/select_panel/local_fetch_no_results/light_colorblind.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...pshots/primer/alpha/select_panel/local_fetch_no_results/light_high_contrast.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...st.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/dark.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...hots/primer/alpha/select_panel/remote_fetch_initial_failure/dark_colorblind.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...napshots/primer/alpha/select_panel/remote_fetch_initial_failure/dark_dimmed.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...s/primer/alpha/select_panel/remote_fetch_initial_failure/dark_high_contrast.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...t.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/light.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ots/primer/alpha/select_panel/remote_fetch_initial_failure/light_colorblind.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
.../primer/alpha/select_panel/remote_fetch_initial_failure/light_high_contrast.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/dark.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...snapshots/primer/alpha/select_panel/remote_fetch_no_results/dark_colorblind.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
....ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/dark_dimmed.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...pshots/primer/alpha/select_panel/remote_fetch_no_results/dark_high_contrast.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...s.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/light.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...napshots/primer/alpha/select_panel/remote_fetch_no_results/light_colorblind.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...shots/primer/alpha/select_panel/remote_fetch_no_results/light_high_contrast.png
Oops, something went wrong.
Binary file modified
BIN
-5.53 KB
(90%)
...ts.test.ts-snapshots/primer/alpha/text_area/with_validation_message/default.png
Oops, something went wrong.
Binary file modified
BIN
-5.54 KB
(90%)
...ts.test.ts-snapshots/primer/alpha/text_area/with_validation_message/focused.png
Oops, something went wrong.
Binary file modified
BIN
-4.69 KB
(90%)
...s.test.ts-snapshots/primer/alpha/text_field/with_validation_message/default.png
Oops, something went wrong.
Binary file modified
BIN
-4.69 KB
(90%)
...s.test.ts-snapshots/primer/alpha/text_field/with_validation_message/focused.png
Oops, something went wrong.
Binary file modified
BIN
+557 Bytes
(100%)
...hots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/default.png
Oops, something went wrong.
Binary file modified
BIN
+545 Bytes
(100%)
...hots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/focused.png
Oops, something went wrong.
Binary file modified
BIN
-31 Bytes
(100%)
...est.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/default.png
Oops, something went wrong.
Binary file modified
BIN
-33 Bytes
(100%)
...est.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/focused.png
Oops, something went wrong.
Binary file modified
BIN
-29 Bytes
(100%)
...s/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/default.png
Oops, something went wrong.
Binary file modified
BIN
-32 Bytes
(100%)
...s/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/focused.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(100%)
...pshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/default.png
Oops, something went wrong.
Binary file modified
BIN
-128 Bytes
(100%)
...pshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/focused.png
Oops, something went wrong.
Binary file modified
BIN
-40 Bytes
(100%)
....ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/default.png
Oops, something went wrong.
Binary file modified
BIN
-46 Bytes
(100%)
....ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/focused.png
Oops, something went wrong.
Binary file modified
BIN
-125 Bytes
(100%)
...enshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/default.png
Oops, something went wrong.
Binary file modified
BIN
-125 Bytes
(100%)
...enshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/focused.png
Oops, something went wrong.
Binary file modified
BIN
+63 Bytes
(100%)
...nshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/default.png
Oops, something went wrong.
Binary file modified
BIN
+63 Bytes
(100%)
...nshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/focused.png
Oops, something went wrong.
Binary file modified
BIN
+82 Bytes
(100%)
...creenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/default.png
Oops, something went wrong.
Binary file modified
BIN
+82 Bytes
(100%)
...creenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/focused.png
Oops, something went wrong.
Binary file modified
BIN
+16 Bytes
(100%)
...reenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/default.png
Oops, something went wrong.
Binary file modified
BIN
+16 Bytes
(100%)
...reenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/focused.png
Oops, something went wrong.
Binary file modified
BIN
-663 Bytes
(98%)
...t/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/default.png
Oops, something went wrong.
Binary file modified
BIN
-663 Bytes
(98%)
...t/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/focused.png
Oops, something went wrong.
Binary file modified
BIN
-692 Bytes
(98%)
...enshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/default.png
Oops, something went wrong.
Binary file modified
BIN
-692 Bytes
(98%)
...enshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/focused.png
Oops, something went wrong.
Binary file modified
BIN
-678 Bytes
(98%)
...enshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/default.png
Oops, something went wrong.
Binary file modified
BIN
-678 Bytes
(98%)
...enshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/focused.png
Oops, something went wrong.
Binary file modified
BIN
-726 Bytes
(98%)
...enshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/default.png
Oops, something went wrong.
Binary file modified
BIN
-726 Bytes
(98%)
...enshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/focused.png
Oops, something went wrong.
Binary file modified
BIN
-647 Bytes
(98%)
...reenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/default.png
Oops, something went wrong.
Binary file modified
BIN
-647 Bytes
(98%)
...reenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/focused.png
Oops, something went wrong.
Oops, something went wrong.