-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci(release-schedule): update format for previous issue id * ci(release-schedule): use tagged template literals for assignees row * docs: update to storybook v7 (#3298) * docs: update to storybook v7 * ci: update storybook build command * docs: fix typescript errors in stories * chore: update build-storybook custom script * test(e2e): update root selector for e2e tests * chore: add storybook/csf dependency * test: update lockfile test --------- Co-authored-by: Josh Black <joshblack@users.noreply.github.com> * Jdrush89/tree focus bug (#3300) * Adding example of focus bug * Not using focusInStrategy when clicking * Clearing mousedown state correctly * Adding changeset * Removing unused import * Moving mouseup handler * feat(npm): add experimental entrypoint (#3295) * feat(npm): add experimental entrypoint * chore: add changeset --------- Co-authored-by: Josh Black <joshblack@users.noreply.github.com> * ci: release notification (#3318) Co-authored-by: Josh Black <joshblack@github.com> * SelectPanel: Add filter input label and description (#3312) * Make placeholderText prop optional * Add `inputLabel` prop * Add filter input description * Create early-beds-whisper.md * Document inputLabel prop * Update src/SelectPanel/SelectPanel.docs.json * Update generated/components.json --------- Co-authored-by: colebemis <colebemis@users.noreply.github.com> * SelectPanel: Add `title` prop (#3311) * Add a title prop to SelectPanel * Update generated/components.json * Create small-queens-vanish.md * Allow title to be ReactElement * Update SelectPanel stories * Update generated/components.json * Update snapshots --------- Co-authored-by: colebemis <colebemis@users.noreply.github.com> * SelectPanel: Announce changes to screen readers (#3316) * SelectPanel: Announce filter changes to screenreaders * Create rare-humans-watch.md * Update formatting * chore(dependencies): update @typescript-eslint/* (#3307) Co-authored-by: Josh Black <joshblack@users.noreply.github.com> * Remove chroma-js dependency (#3325) * remove chroma.valid to drop chroma-js dependency * Create rotten-dogs-hang.md * Update accessibility-alt-text-bot.yml (#3326) * Update accessibility-alt-text-bot.yml ### What The accessibility-alt-text-bot workflow does not have permissions to write a comment on an issue. This is likely due to how permissions are setup in this repo. In order to keep permissions, at the repo level, unchanged, we need to add permission directly to the workflow. I also took this as an opportunity to bump the alt-text-bot version and give you access to reminders in discussions * format * add contents * add contents * Remove aria-hidden=true from spans with required asterisk (#3320) * Remove aria-hidden=true from spans with required asterisk * Create pink-beds-fetch.md --------- Co-authored-by: Cole Bemis <colebemis@github.com> * Update `PageLayout` docs around `<main>` usage (#3323) * Update `PageLayout` docs around `<main>` usage * Update generated/components.json * Fix links --------- Co-authored-by: TylerJDev <TylerJDev@users.noreply.github.com> * ci: update ci workflow to run against next-major branch (#3329) * NavList: Fix group dividers (#3328) * Fix NavLIst.Group dividers * Use first-of-type instead of first-child * Update snapshots and stories * Refactor FilteredActionList to address a11y violations and use new ActionList. (#3247) * Update FilteredActionList to use non-deprecated ActionList. * Use non-deprecated ActionList in FilteredActionList. * Fix a11y issues in FilteredActionList story. * Add prop to hide selection component if needed. * Remove unused hook import. * Get SavedReplies to look as it did with deprecated ActionList. * Fix failing test. * Create weak-jokes-chew.md * Update generated/components.json * Fix themePreval snapshot. * Linting fixes. * Fix type-check errors. * Update themePreval snapshot again. * Fix themePreval snapshot to match origin. Unsure why it's not generating the same way. * Hide selections in MarkdownEditor saved replies. * Remove hideSelection prop and add defaultRenderFn to FilteredActionList so these don't have to be defined manually everywhere. * Fix selection rendering (needed explicit selected boolean) and fix SelectPanel docs. * Pass selectionVariant illegally to SelectPanel in src/MarkdownEditor/_SavedReplies.tsx so Selection components don't render. * Remove remaining references of hideSelection prop. * Update changeset to reflect that changes impact SelectPanel. * Remove renderFn prop from SelectPanel and use default for FilteredActionList, which seems to cover most cases. * Fix truncation in SavedReplies descriptions. * Update generated/components.json * Fix linting error. * Don't make renderFn a prop (if we need to make this configurable, we can expose it later. Use maxWidth 100% for SavedReplies truncation. * Use showDividers prop in SelectPanel story. * Formatting. * Add temporary support for showItemDividers prop to SelectPanel to keep backwards compatibility. * Support passing deprecated showItemDividers prop in ActionList. --------- Co-authored-by: radglob <radglob@users.noreply.github.com> * Add PostCSS color var fallback for upcoming CSS work (#3278) * add fallback plugin * Update rollup.config.js Co-authored-by: Josh Black <joshblack@github.com> * remove fallbacks from source * add back conflict free package-lock * use lockfileVersion 3 --------- Co-authored-by: Josh Black <joshblack@github.com> Co-authored-by: Siddharth Kshetrapal <siddharthkp@github.com> * Move theme dependencies on lodash from devDependencies to dependencies (#3332) * move theme deps from devDependencies * Create eleven-sloths-laugh.md * chore(deps-dev): bump terser from 5.16.1 to 5.17.6 (#3336) Bumps [terser](https://github.com/terser/terser) from 5.16.1 to 5.17.6. - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](terser/terser@v5.16.1...v5.17.6) --- updated-dependencies: - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump micromark-extension-mdxjs from 1.0.0 to 1.0.1 (#3337) Bumps [micromark-extension-mdxjs](https://github.com/micromark/micromark-extension-mdxjs) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/micromark/micromark-extension-mdxjs/releases) - [Commits](micromark/micromark-extension-mdxjs@1.0.0...1.0.1) --- updated-dependencies: - dependency-name: micromark-extension-mdxjs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @storybook/addon-essentials from 7.0.12 to 7.0.18 (#3338) Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.0.12 to 7.0.18. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.18/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.0.18/code/addons/essentials) --- updated-dependencies: - dependency-name: "@storybook/addon-essentials" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci(vrt): update build storybook step (#3333) * chore(deps-dev): bump prettier from 2.8.1 to 2.8.8 (#3335) * chore(deps-dev): bump prettier from 2.8.1 to 2.8.8 Bumps [prettier](https://github.com/prettier/prettier) from 2.8.1 to 2.8.8. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.1...2.8.8) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: run prettier --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Black <joshblack@users.noreply.github.com> Co-authored-by: Josh Black <joshblack@github.com> * fix: prevent closing menu when `event.preventDefault()` is called on `ActionList.Item`'s `onSelect` handler by @gr2m (#3346) * fix: prevent closing menu when `event.preventDefault()` is called on `ActionList.Item`'s `onSelect` handler (#3163) * test: prevent closing menu when `event.preventDefault()` is called on `ActionList.Item`'s `onSelect` handler Failing test for #3162 * fix: prevent closing menu when `event.preventDefault()` is called on `ActionList.Item`ߴs `onSelect` handler * add storybook example: Delayed Menu Close * update docs * docs: changeset * Update changelog --------- Co-authored-by: Siddharth Kshetrapal <siddharthkp@github.com> * Update generated/components.json --------- Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com> Co-authored-by: siddharthkp <siddharthkp@users.noreply.github.com> * Loosen `@primitives` dependency (#3350) * add caret * Create fluffy-pants-play.md * Bump alt-text-bot: get alt text reminders on discussion comments (#3351) * Changes alignment of form control validation message icon (#3121) * changes alignment of validation message icon * Create .changeset/big-days-obey.md * updates snapshots * updates snapshots again * refactors layout styles * test(vrt): update snapshots --------- Co-authored-by: joshblack <joshblack@users.noreply.github.com> * Update release-schedule.yml (#3342) * Update release-schedule.yml (#3345) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Josh Black <joshblack@users.noreply.github.com> Co-authored-by: Joshua Rush <jdrush89@gmail.com> Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com> Co-authored-by: Cole Bemis <colebemis@github.com> Co-authored-by: colebemis <colebemis@users.noreply.github.com> Co-authored-by: Siddharth Kshetrapal <siddharthkp@github.com> Co-authored-by: Kendall Gassner <kendallgassner@github.com> Co-authored-by: Adriana Babakanian <adrianababakanian@github.com> Co-authored-by: Tyler Jones <tylerjdev@github.com> Co-authored-by: TylerJDev <TylerJDev@users.noreply.github.com> Co-authored-by: Jeremy Neal <radglob@github.com> Co-authored-by: radglob <radglob@users.noreply.github.com> Co-authored-by: Katie Langerman <18661030+langermank@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: siddharthkp <siddharthkp@users.noreply.github.com> Co-authored-by: Mike Perrotti <mperrotti@github.com>
- Loading branch information
1 parent
5746c74
commit d848aa5
Showing
204 changed files
with
23,195 additions
and
85,934 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 alignment of the validation message icon to be vertically center-aligned with the first line of text. |
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 | ||
--- | ||
|
||
ActionMenu: Calling `event.preventDefault` inside `onSelect` of `ActionList.Item` will prevent the default behavior of closing the menu |
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 | ||
--- | ||
|
||
SelectPanel: Add filter input label and 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/react": patch | ||
--- | ||
|
||
Move `lodash.isempty` and `lodash.isobject` from `devDependencies` to `dependencies` |
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 | ||
--- | ||
|
||
Loosen `@primitives` dependency |
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 | ||
--- | ||
|
||
Fixing toggle bug on Treeview when it initially receives focus |
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 | ||
--- | ||
|
||
Remove `aria-hidden=true` from `span`s with required asterisk |
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 | ||
--- | ||
|
||
SelectPanel: Announce changes to screen readers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@primer/react": patch | ||
--- | ||
|
||
Remove chroma-js dependency. Companion to #3243 |
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 | ||
--- | ||
|
||
SelectPanel: Add `title` prop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@primer/react': minor | ||
--- | ||
|
||
Add @primer/react/experimental entrypoint as an alternative to drafts |
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 | ||
--- | ||
|
||
FilteredActionList now uses new ActionList as a base, and SelectPanel reflects those changes. |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Release notification | ||
on: | ||
release: | ||
types: | ||
- published | ||
|
||
jobs: | ||
notify: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: gr2m/release-notifier-action@v1 | ||
with: | ||
app_id: ${{ secrets.RELEASE_NOTIFIER_APP_ID }} | ||
private_key: ${{ secrets.RELEASE_NOTIFIER_APP_PRIVATE_KEY }} | ||
dispatch_event_type: 'release:primer/react' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
+0 Bytes
(100%)
...s/CheckboxGroup.test.ts-snapshots/CheckboxGroup-Error-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
+0 Bytes
(100%)
...nents/CheckboxGroup.test.ts-snapshots/CheckboxGroup-Error-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
+0 Bytes
(100%)
...heckboxGroup.test.ts-snapshots/CheckboxGroup-Error-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
-99 Bytes
(99%)
...s/components/CheckboxGroup.test.ts-snapshots/CheckboxGroup-Error-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
+0 Bytes
(100%)
...s/CheckboxGroup.test.ts-snapshots/CheckboxGroup-Error-dark-tritanopia-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
.../CheckboxGroup.test.ts-snapshots/CheckboxGroup-Error-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
-35 Bytes
(100%)
...eckboxGroup.test.ts-snapshots/CheckboxGroup-Error-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
-18 Bytes
(100%)
.../components/CheckboxGroup.test.ts-snapshots/CheckboxGroup-Error-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
+0 Bytes
(100%)
.../CheckboxGroup.test.ts-snapshots/CheckboxGroup-Error-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
+0 Bytes
(100%)
...CheckboxGroup.test.ts-snapshots/CheckboxGroup-Success-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
+0 Bytes
(100%)
...nts/CheckboxGroup.test.ts-snapshots/CheckboxGroup-Success-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
+0 Bytes
(100%)
...ckboxGroup.test.ts-snapshots/CheckboxGroup-Success-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
-96 Bytes
(99%)
...components/CheckboxGroup.test.ts-snapshots/CheckboxGroup-Success-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
+0 Bytes
(100%)
...CheckboxGroup.test.ts-snapshots/CheckboxGroup-Success-dark-tritanopia-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...heckboxGroup.test.ts-snapshots/CheckboxGroup-Success-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
+0 Bytes
(100%)
...kboxGroup.test.ts-snapshots/CheckboxGroup-Success-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
-25 Bytes
(100%)
...omponents/CheckboxGroup.test.ts-snapshots/CheckboxGroup-Success-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
+0 Bytes
(100%)
...heckboxGroup.test.ts-snapshots/CheckboxGroup-Success-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
+0 Bytes
(100%)
...CheckboxGroup.test.ts-snapshots/CheckboxGroup-Warning-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
+0 Bytes
(100%)
...nts/CheckboxGroup.test.ts-snapshots/CheckboxGroup-Warning-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
+0 Bytes
(100%)
...ckboxGroup.test.ts-snapshots/CheckboxGroup-Warning-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
-108 Bytes
(99%)
...components/CheckboxGroup.test.ts-snapshots/CheckboxGroup-Warning-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
+0 Bytes
(100%)
...CheckboxGroup.test.ts-snapshots/CheckboxGroup-Warning-dark-tritanopia-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...heckboxGroup.test.ts-snapshots/CheckboxGroup-Warning-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
+0 Bytes
(100%)
...kboxGroup.test.ts-snapshots/CheckboxGroup-Warning-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
-28 Bytes
(100%)
...omponents/CheckboxGroup.test.ts-snapshots/CheckboxGroup-Warning-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...heckboxGroup.test.ts-snapshots/CheckboxGroup-Warning-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ponents/RadioGroup.test.ts-snapshots/RadioGroup-Error-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
.../components/RadioGroup.test.ts-snapshots/RadioGroup-Error-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ents/RadioGroup.test.ts-snapshots/RadioGroup-Error-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-111 Bytes
(99%)
...apshots/components/RadioGroup.test.ts-snapshots/RadioGroup-Error-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ponents/RadioGroup.test.ts-snapshots/RadioGroup-Error-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...onents/RadioGroup.test.ts-snapshots/RadioGroup-Error-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(100%)
...nts/RadioGroup.test.ts-snapshots/RadioGroup-Error-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...pshots/components/RadioGroup.test.ts-snapshots/RadioGroup-Error-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...onents/RadioGroup.test.ts-snapshots/RadioGroup-Error-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...nents/RadioGroup.test.ts-snapshots/RadioGroup-Success-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...omponents/RadioGroup.test.ts-snapshots/RadioGroup-Success-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts/RadioGroup.test.ts-snapshots/RadioGroup-Success-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-110 Bytes
(99%)
...shots/components/RadioGroup.test.ts-snapshots/RadioGroup-Success-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...nents/RadioGroup.test.ts-snapshots/RadioGroup-Success-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ents/RadioGroup.test.ts-snapshots/RadioGroup-Success-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...s/RadioGroup.test.ts-snapshots/RadioGroup-Success-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-30 Bytes
(100%)
...hots/components/RadioGroup.test.ts-snapshots/RadioGroup-Success-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ents/RadioGroup.test.ts-snapshots/RadioGroup-Success-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...nents/RadioGroup.test.ts-snapshots/RadioGroup-Warning-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...omponents/RadioGroup.test.ts-snapshots/RadioGroup-Warning-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts/RadioGroup.test.ts-snapshots/RadioGroup-Warning-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-120 Bytes
(99%)
...shots/components/RadioGroup.test.ts-snapshots/RadioGroup-Warning-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...nents/RadioGroup.test.ts-snapshots/RadioGroup-Warning-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ents/RadioGroup.test.ts-snapshots/RadioGroup-Warning-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...s/RadioGroup.test.ts-snapshots/RadioGroup-Warning-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-30 Bytes
(100%)
...hots/components/RadioGroup.test.ts-snapshots/RadioGroup-Warning-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ents/RadioGroup.test.ts-snapshots/RadioGroup-Warning-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...hots/components/Select.test.ts-snapshots/Select-Error-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...napshots/components/Select.test.ts-snapshots/Select-Error-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-534 Bytes
(96%)
...s/components/Select.test.ts-snapshots/Select-Error-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-579 Bytes
(95%)
...right/snapshots/components/Select.test.ts-snapshots/Select-Error-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...hots/components/Select.test.ts-snapshots/Select-Error-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ots/components/Select.test.ts-snapshots/Select-Error-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-666 Bytes
(94%)
.../components/Select.test.ts-snapshots/Select-Error-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
...ight/snapshots/components/Select.test.ts-snapshots/Select-Error-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ots/components/Select.test.ts-snapshots/Select-Error-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts/components/Select.test.ts-snapshots/Select-Success-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...pshots/components/Select.test.ts-snapshots/Select-Success-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...components/Select.test.ts-snapshots/Select-Success-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-62 Bytes
(99%)
...ght/snapshots/components/Select.test.ts-snapshots/Select-Success-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts/components/Select.test.ts-snapshots/Select-Success-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...s/components/Select.test.ts-snapshots/Select-Success-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...omponents/Select.test.ts-snapshots/Select-Success-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+10 Bytes
(100%)
...ht/snapshots/components/Select.test.ts-snapshots/Select-Success-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...s/components/Select.test.ts-snapshots/Select-Success-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts/components/Select.test.ts-snapshots/Select-Warning-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...pshots/components/Select.test.ts-snapshots/Select-Warning-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...components/Select.test.ts-snapshots/Select-Warning-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-66 Bytes
(99%)
...ght/snapshots/components/Select.test.ts-snapshots/Select-Warning-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts/components/Select.test.ts-snapshots/Select-Warning-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...s/components/Select.test.ts-snapshots/Select-Warning-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-345 Bytes
(97%)
...omponents/Select.test.ts-snapshots/Select-Warning-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...ht/snapshots/components/Select.test.ts-snapshots/Select-Warning-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...s/components/Select.test.ts-snapshots/Select-Warning-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...omponents/TextInput.test.ts-snapshots/TextInput-Error-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts/components/TextInput.test.ts-snapshots/TextInput-Error-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...onents/TextInput.test.ts-snapshots/TextInput-Error-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-30 Bytes
(100%)
...snapshots/components/TextInput.test.ts-snapshots/TextInput-Error-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...omponents/TextInput.test.ts-snapshots/TextInput-Error-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...mponents/TextInput.test.ts-snapshots/TextInput-Error-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-52 Bytes
(99%)
...nents/TextInput.test.ts-snapshots/TextInput-Error-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...napshots/components/TextInput.test.ts-snapshots/TextInput-Error-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...mponents/TextInput.test.ts-snapshots/TextInput-Error-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ponents/TextInput.test.ts-snapshots/TextInput-Success-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
.../components/TextInput.test.ts-snapshots/TextInput-Success-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ents/TextInput.test.ts-snapshots/TextInput-Success-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-19 Bytes
(100%)
...apshots/components/TextInput.test.ts-snapshots/TextInput-Success-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ponents/TextInput.test.ts-snapshots/TextInput-Success-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...onents/TextInput.test.ts-snapshots/TextInput-Success-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...nts/TextInput.test.ts-snapshots/TextInput-Success-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
...pshots/components/TextInput.test.ts-snapshots/TextInput-Success-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...onents/TextInput.test.ts-snapshots/TextInput-Success-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...ponents/TextInput.test.ts-snapshots/TextInput-Warning-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-20 Bytes
(100%)
.../components/TextInput.test.ts-snapshots/TextInput-Warning-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ents/TextInput.test.ts-snapshots/TextInput-Warning-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-39 Bytes
(100%)
...apshots/components/TextInput.test.ts-snapshots/TextInput-Warning-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...ponents/TextInput.test.ts-snapshots/TextInput-Warning-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...onents/TextInput.test.ts-snapshots/TextInput-Warning-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...nts/TextInput.test.ts-snapshots/TextInput-Warning-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+10 Bytes
(100%)
...pshots/components/TextInput.test.ts-snapshots/TextInput-Warning-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...onents/TextInput.test.ts-snapshots/TextInput-Warning-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
.../components/Textarea.test.ts-snapshots/Textarea-Error-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...hots/components/Textarea.test.ts-snapshots/Textarea-Error-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...mponents/Textarea.test.ts-snapshots/Textarea-Error-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-29 Bytes
(100%)
...t/snapshots/components/Textarea.test.ts-snapshots/Textarea-Error-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
.../components/Textarea.test.ts-snapshots/Textarea-Error-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...components/Textarea.test.ts-snapshots/Textarea-Error-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
-52 Bytes
(99%)
...ponents/Textarea.test.ts-snapshots/Textarea-Error-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
.../snapshots/components/Textarea.test.ts-snapshots/Textarea-Error-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...components/Textarea.test.ts-snapshots/Textarea-Error-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...omponents/Textarea.test.ts-snapshots/Textarea-Success-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts/components/Textarea.test.ts-snapshots/Textarea-Success-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...onents/Textarea.test.ts-snapshots/Textarea-Success-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(100%)
...snapshots/components/Textarea.test.ts-snapshots/Textarea-Success-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...omponents/Textarea.test.ts-snapshots/Textarea-Success-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...mponents/Textarea.test.ts-snapshots/Textarea-Success-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...nents/Textarea.test.ts-snapshots/Textarea-Success-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...napshots/components/Textarea.test.ts-snapshots/Textarea-Success-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...mponents/Textarea.test.ts-snapshots/Textarea-Success-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...omponents/Textarea.test.ts-snapshots/Textarea-Warning-dark-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts/components/Textarea.test.ts-snapshots/Textarea-Warning-dark-dimmed-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...onents/Textarea.test.ts-snapshots/Textarea-Warning-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-29 Bytes
(100%)
...snapshots/components/Textarea.test.ts-snapshots/Textarea-Warning-dark-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...omponents/Textarea.test.ts-snapshots/Textarea-Warning-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...mponents/Textarea.test.ts-snapshots/Textarea-Warning-light-colorblind-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...nents/Textarea.test.ts-snapshots/Textarea-Warning-light-high-contrast-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...napshots/components/Textarea.test.ts-snapshots/Textarea-Warning-light-linux.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...mponents/Textarea.test.ts-snapshots/Textarea-Warning-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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.