-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1359 from mi6/1348-transfer-dark-mode-images
feat(root): add dark variants of Accessibility, Styles images
- Loading branch information
Showing
48 changed files
with
183 additions
and
68 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
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 added
BIN
+28.8 KB
src/content/structured/accessibility/needs/images/fig-1-linear-layout-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
+15.5 KB
...ured/accessibility/needs/images/fig-10-dictate-function-on-text-fields-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
+13.3 KB
...ntent/structured/accessibility/needs/images/fig-11-no-dictate-function-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
+38.8 KB
...tured/accessibility/needs/images/fig-12-messages-using-colour-and-text-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
+30 KB
...tructured/accessibility/needs/images/fig-13-messages-using-colour-only-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
+55.3 KB
.../accessibility/needs/images/fig-14-graphics-and-text-used-to-show-data-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
+31.8 KB
...tured/accessibility/needs/images/fig-15-only-text-is-used-to-show-data-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
+144 KB
...nt/structured/accessibility/needs/images/fig-16-dyslexia-friendly-font-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
+81.7 KB
...structured/accessibility/needs/images/fig-17-no-dyslexia-friendly-font-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
+28.9 KB
src/content/structured/accessibility/needs/images/fig-2-non-linear-layout-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
+57.9 KB
...ctured/accessibility/needs/images/fig-3-closed-caption-and-transcripts-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
+15 KB
...ontent/structured/accessibility/needs/images/fig-4-good-error-messages-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
+15.3 KB
...content/structured/accessibility/needs/images/fig-5-bad-error-messages-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
+27.3 KB
...nt/structured/accessibility/needs/images/fig-6-good-toast-display-time-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
+19.2 KB
...tent/structured/accessibility/needs/images/fig-8-large-clickable-areas-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
+19.1 KB
.../structured/accessibility/needs/images/fig-9-clickable-areas-too-small-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
src/content/structured/accessibility/needs/images/index.tsx
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,32 @@ | ||
export { default as Fig1LinearLight } from "./fig-1-linear-layout.png"; | ||
export { default as Fig1LinearDark } from "./fig-1-linear-layout-dark.png"; | ||
export { default as Fig2NonLinearLight } from "./fig-2-non-linear-layout.png"; | ||
export { default as Fig2NonLinearDark } from "./fig-2-non-linear-layout-dark.png"; | ||
export { default as Fig3ClosedCapLight } from "./fig-3-closed-caption-and-transcripts.png"; | ||
export { default as Fig3ClosedCapDark } from "./fig-3-closed-caption-and-transcripts-dark.png"; | ||
export { default as Fig4GoodErrorLight } from "./fig-4-good-error-messages.png"; | ||
export { default as Fig4GoodErrorDark } from "./fig-4-good-error-messages-dark.png"; | ||
export { default as Fig5BadErrorLight } from "./fig-5-bad-error-messages.png"; | ||
export { default as Fig5BadErrorDark } from "./fig-5-bad-error-messages-dark.png"; | ||
export { default as Fig6GoodToastLight } from "./fig-6-good-toast-display-time.png"; | ||
export { default as Fig6GoodToastDark } from "./fig-6-good-toast-display-time-dark.png"; | ||
export { default as Fig8LargeClickLight } from "./fig-8-large-clickable-areas.png"; | ||
export { default as Fig8LargeClickDark } from "./fig-8-large-clickable-areas-dark.png"; | ||
export { default as Fig9ClickSmallLight } from "./fig-9-clickable-areas-too-small.png"; | ||
export { default as Fig9ClickSmallDark } from "./fig-9-clickable-areas-too-small-dark.png"; | ||
export { default as Fig10DictateLight } from "./fig-10-dictate-function-on-text-fields.png"; | ||
export { default as Fig10DictateDark } from "./fig-10-dictate-function-on-text-fields-dark.png"; | ||
export { default as Fig11NoDictateLight } from "./fig-11-no-dictate-function.png"; | ||
export { default as Fig11NoDictateDark } from "./fig-11-no-dictate-function-dark.png"; | ||
export { default as Fig12MessagesColourTextLight } from "./fig-12-messages-using-colour-and-text.png"; | ||
export { default as Fig12MessagesColourTextDark } from "./fig-12-messages-using-colour-and-text-dark.png"; | ||
export { default as Fig13MessagesColourOnlyLight } from "./fig-13-messages-using-colour-only.png"; | ||
export { default as Fig13MessagesColourOnlyDark } from "./fig-13-messages-using-colour-only-dark.png"; | ||
export { default as Fig14GraphicsLight } from "./fig-14-graphics-and-text-used-to-show-data.png"; | ||
export { default as Fig14GraphicsDark } from "./fig-14-graphics-and-text-used-to-show-data-dark.png"; | ||
export { default as Fig15OnlyTextLight } from "./fig-15-only-text-is-used-to-show-data.png"; | ||
export { default as Fig15OnlyTextDark } from "./fig-15-only-text-is-used-to-show-data-dark.png"; | ||
export { default as Fig16DyslexiaLight } from "./fig-16-dyslexia-friendly-font.png"; | ||
export { default as Fig16DyslexiaDark } from "./fig-16-dyslexia-friendly-font-dark.png"; | ||
export { default as Fig17NoDyslexiaLight } from "./fig-17-no-dyslexia-friendly-font.png"; | ||
export { default as Fig17NoDyslexiaDark } from "./fig-17-no-dyslexia-friendly-font-dark.png"; |
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
Binary file added
BIN
+113 KB
...-example-of-an-application-showing-the-different-layers-of-interaction-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
+38.4 KB
...content/structured/styles/images/fig-1-components-laid-out-on-8px-grid-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
+156 KB
...yles/images/fig-1-example-of-theming-applied-to-side-navigation-layout-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
+15.1 KB
...us-indicators-inherit-the-border-radius-of-the-components-they-enclose-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
+4.79 KB
...ctured/styles/images/fig-2-focus-on-links-is-indicated-by-an-underline-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
+22 Bytes
(100%)
.../structured/styles/images/fig-2-focus-on-links-is-indicated-by-an-underline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
+100 KB
src/content/structured/styles/images/fig-2-vertical-rhythm-example-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
+14.2 KB
src/content/structured/styles/images/fig-3-margins-columns-gutters-dark.png
Oops, something went wrong.
Binary file added
BIN
+104 KB
src/content/structured/styles/images/fig-3-side-nav-with-page-header-dark.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.