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

feat(PPDSC-2859): use newskit-website theme from publisher #718

Merged
merged 38 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
339fcfa
feat(PPDSC-2859): wip
LukeFinch Mar 21, 2023
dcf8b5a
feat(PPDSC-2859): implement all docs themes
LukeFinch Mar 27, 2023
8a139a8
feat(PPDSC-2859): guides mirror default theme
LukeFinch Mar 28, 2023
345b56f
feat(PPDSC-2859): version bump newskit-theme package
LukeFinch Mar 31, 2023
9aa7ea4
Merge branch 'main' into feat/PPDSC-2859-use-theme-from-publisher
LukeFinch Mar 31, 2023
793f6ce
feat(PPDSC-2859): fix typo
LukeFinch Apr 3, 2023
1142c34
feat(PPDSC-2859): fix typo
LukeFinch Apr 3, 2023
dec4d3d
Merge branch 'main' into feat/PPDSC-2859-use-theme-from-publisher
LukeFinch Apr 3, 2023
b0cf297
feat(PPDSC-2859): add illustration overrides
LukeFinch Apr 6, 2023
d711700
feat(PPDSC-2859): version bump theme
LukeFinch Apr 6, 2023
717a106
Merge branch 'main' into feat/PPDSC-2859-use-theme-from-publisher
LukeFinch Apr 6, 2023
26f06bc
feat(PPDSC-2859): version bump theme
LukeFinch Apr 11, 2023
9e21fac
feat(PPDSC-2859): illustrations now in theme by default
LukeFinch Apr 11, 2023
472bf35
feat(PPDSC-2859): add font data
LukeFinch Apr 12, 2023
d23b59f
Merge branch 'main' into feat/PPDSC-2859-use-theme-from-publisher
LukeFinch Apr 12, 2023
6d50356
feat(PPDSC-2859): dark theme missing font data
LukeFinch Apr 12, 2023
9ceb6a1
feat(PPDSC-2859): dark theme missing font data
LukeFinch Apr 12, 2023
e4557eb
feat(PPDSC-2859): style updates
LukeFinch Apr 12, 2023
bd40bdc
feat(PPDSC-2859): change sidebar color
LukeFinch Apr 12, 2023
f34a1cf
feat(PPDSC-2859): change docs modal background
LukeFinch Apr 12, 2023
ccb5e12
feat(PPDSC-2859): top nav hover color
LukeFinch Apr 12, 2023
4cc866b
feat(PPDSC-2859): version bump theme
LukeFinch Apr 12, 2023
dfb1c25
feat(PPDSC-2859): use button style in search
LukeFinch Apr 12, 2023
d8f52d7
feat(PPDSC-2859): change search link style
LukeFinch Apr 12, 2023
4e9e91e
feat(PPDSC-2859): bump theme package
LukeFinch Apr 12, 2023
8ea8592
feat(PPDSC-2859): update theme packages
LukeFinch Apr 14, 2023
3197362
feat(PPDSC-2859): remove unused imports
LukeFinch Apr 14, 2023
a718279
Merge branch 'main' into feat/PPDSC-2859-use-theme-from-publisher
LukeFinch Apr 14, 2023
f917ada
feat(PPDSC-2859): remove old theme files
LukeFinch Apr 14, 2023
082a6e8
feat(PPDSC-2859): restore popver snapshot
LukeFinch Apr 14, 2023
157acef
feat(PPDSC-2859): restore popver snapshot
LukeFinch Apr 14, 2023
17f568b
feat(PPDSC-2859): restore popover snapshots
LukeFinch Apr 14, 2023
07b1544
feat(PPDSC-2859): remove guides theme
LukeFinch Apr 14, 2023
3fab713
feat(PPDSC-2859): update snapshots for 1.0.1 theme
LukeFinch Apr 14, 2023
b8dc00e
Merge branch 'main' into feat/PPDSC-2859-use-theme-from-publisher
Apr 19, 2023
908c3ae
feat(PPDSC-2859): update theme (revert from rem to px)
jps Apr 19, 2023
55c0695
feat(PPDSC-2859): remove obsolete theme provider
jps Apr 19, 2023
7d84602
Merge branch 'main' into feat/PPDSC-2859-use-theme-from-publisher
Apr 19, 2023
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
"@emotion-icons/material": "3.9.0",
"@emotion-icons/material-outlined": "3.8.0",
"@floating-ui/react-dom-interactions": "^0.6.0",
"@newskit-themes/newskit-website": "1.0.1",
"@seznam/compose-react-refs": "^1.0.5",
"@storybook/react": "^6.5.16",
"aria-hidden": "^1.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ exports[`EnumTable renders enum as expected 1`] = `
}

.emotion-1 {
font-family: "DM Sans",sans-serif;
font-size: 14px;
font-family: DM Sans,sans-serif;
font-size: 0.875rem;
jps marked this conversation as resolved.
Show resolved Hide resolved
line-height: 1.5;
font-weight: 400;
letter-spacing: 0;
background-color: #F0F1F3;
box-shadow: 0 3px 4px 2px #F0F1F3;
letter-spacing: 0em;
background-color: #ffffff;
box-shadow: 0 3px 4px 2px #ffffff;
}

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

.emotion-1 td,
Expand Down
Loading