Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(PPDSC-1995): Update NewsKit theme - dark & light #345

Merged
merged 39 commits into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9a1cb93
docs(PPDSC-2297): newskit homepage update - banners, explore and more
evgenitsn Aug 16, 2022
463d674
docs(PPDSC-2297): update brand grid
evgenitsn Aug 16, 2022
f156e9c
docs(PPDSC-2297): update sections and ssr mismatch fixed
evgenitsn Aug 16, 2022
ca448fe
docs(PPDSC-2297): update random logos naming
evgenitsn Aug 16, 2022
27e244d
docs(PPDSC-2297): addressed design review comments
evgenitsn Aug 17, 2022
f734f8e
docs(PPDSC-2297): update Explore Foundations illustration
evgenitsn Aug 17, 2022
afebd72
Merge branch 'main' into docs/PPDSC-2297-newskit-homepage-update-bann…
evgenitsn Aug 17, 2022
be83e40
Merge branch 'main' into docs/PPDSC-2297-newskit-homepage-update-bann…
evgenitsn Aug 17, 2022
59d1f85
docs(PPDSC-2297): addressing design comments
evgenitsn Aug 18, 2022
9b0541b
docs(PPDSC-2297): addressing design comments
evgenitsn Aug 18, 2022
80585df
Merge branch 'main' into docs/PPDSC-2297-newskit-homepage-update-bann…
evgenitsn Aug 18, 2022
5f6bda9
docs(PPDSC-2297): add full stop to a copy
evgenitsn Aug 18, 2022
9192ad4
docs(PPDSC-2297): update the banners to non interactive
evgenitsn Aug 18, 2022
b322036
docs(PPDSC-2297): update snapshots
evgenitsn Aug 18, 2022
fa902b1
feat(PPDSC-1995): update typography presets
evgenitsn Aug 18, 2022
d755c2e
feat(PPDSC-1995): update snapshots
evgenitsn Aug 18, 2022
de452c0
Merge branch 'main' into docs/PPDSC-2297-newskit-homepage-update-bann…
evgenitsn Aug 19, 2022
6eedb53
feat(PPDSC-1995): update snapshots
evgenitsn Aug 19, 2022
3873ad0
feat(PPDSC-1995): update theme
evgenitsn Aug 19, 2022
8b6c7f0
feat(PPDSC-1995): remove background color on SectionNavigation
evgenitsn Aug 19, 2022
3acfcf6
feat(PPDSC-1995): merge branch 'main' into feat/ppdsc-1995
evgenitsn Aug 22, 2022
7a816c5
Merge branch 'main' into feat/PPDSC-1995-update-newskit-theme-dark-an…
evgenitsn Aug 23, 2022
a2ead6f
feat(PPDSC-1995): update illustrations
evgenitsn Aug 23, 2022
66b36d9
feat(PPDSC-1995): update theme colors
evgenitsn Aug 23, 2022
8f36d82
feat(PPDSC-1995): update theme colours
evgenitsn Aug 23, 2022
58bc315
Merge branch 'main' into feat/PPDSC-1995-update-newskit-theme-dark-an…
evgenitsn Aug 23, 2022
5968580
feat(PPDSC-1995): updated snapshots
evgenitsn Aug 23, 2022
f049ee5
feat(PPDSC-1995): update theme values
evgenitsn Aug 24, 2022
a3e12da
feat(PPDSC-1995): update snapshots
evgenitsn Aug 24, 2022
0723a04
Merge branch 'main' into feat/PPDSC-1995-update-newskit-theme-dark-an…
evgenitsn Aug 24, 2022
fb29967
feat(PPDSC-1995): update snapshots
evgenitsn Aug 24, 2022
4dccc07
feat(PPDSC-1995): update dark theme tokens, align banner and toast
evgenitsn Aug 24, 2022
bc7d467
feat(PPDSC-1995): update snapshots
evgenitsn Aug 24, 2022
969847e
feat(PPDSC-1995): update audio player stories theme
evgenitsn Aug 24, 2022
667ea80
feat(PPDSC-1995): update few dark tokens
evgenitsn Aug 24, 2022
5b8b360
Merge branch 'main' into feat/PPDSC-1995-update-newskit-theme-dark-an…
evgenitsn Aug 24, 2022
633f621
feat(PPDSC-1995): update snapshots
evgenitsn Aug 24, 2022
c6d3892
feat(PPDSC-1995): merge branch 'main' into feat/PPDSC-1995
evgenitsn Aug 25, 2022
37f44e9
feat(PPDSC-1995): merge branch 'main' into feat/PPDSC-1995
evgenitsn Aug 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ exports[`EnumTable renders enum as expected 1`] = `
line-height: 1.5;
font-weight: 400;
letter-spacing: 0;
background-color: #FFFFFF;
box-shadow: 0 3px 4px 2px #FFFFFF;
background-color: #F0F1F3;
box-shadow: 0 3px 4px 2px #F0F1F3;
}

.emotion-1,
.emotion-1 td,
.emotion-1 th {
color: #0A0A0A;
color: #09111C;
border-spacing: 0;
border: solid 1px #E4E4E4;
border: solid 1px #DEE2E5;
}

.emotion-1 td,
Expand Down
Loading