Skip to content

Commit

Permalink
feat(PPDSC-2859): use newskit-website theme from publisher (#718)
Browse files Browse the repository at this point in the history
* feat(PPDSC-2859): wip

* feat(PPDSC-2859): implement all docs themes

* feat(PPDSC-2859): guides mirror default theme

* feat(PPDSC-2859): version bump newskit-theme package

* feat(PPDSC-2859): fix typo

* feat(PPDSC-2859): add illustration overrides

* feat(PPDSC-2859): version bump theme

* feat(PPDSC-2859): illustrations now in theme by default

* feat(PPDSC-2859): add font data

* feat(PPDSC-2859): dark theme missing font data

* feat(PPDSC-2859): style updates

* feat(PPDSC-2859): change sidebar color

* feat(PPDSC-2859): change docs modal background

* feat(PPDSC-2859): top nav hover color

* feat(PPDSC-2859): version bump theme

* feat(PPDSC-2859): use button style in search

* feat(PPDSC-2859): change search link style

* feat(PPDSC-2859): bump theme package

* feat(PPDSC-2859): update theme packages

* feat(PPDSC-2859): remove unused imports

* feat(PPDSC-2859): remove old theme files

* feat(PPDSC-2859): restore popver snapshot

* feat(PPDSC-2859): restore popver snapshot

* feat(PPDSC-2859): restore popover snapshots

* feat(PPDSC-2859): remove guides theme

* feat(PPDSC-2859): update snapshots for 1.0.1 theme

* feat(PPDSC-2859): update theme (revert from rem to px)

* feat(PPDSC-2859): remove obsolete theme provider

---------

Co-authored-by: James Spencer <[email protected]>
Co-authored-by: James Spencer <[email protected]>
  • Loading branch information
3 people authored Apr 19, 2023
1 parent 3d8b570 commit f854412
Show file tree
Hide file tree
Showing 58 changed files with 7,224 additions and 7,856 deletions.
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.2",
"@seznam/compose-react-refs": "^1.0.5",
"@storybook/react": "^6.5.16",
"aria-hidden": "^1.1.3",
Expand Down
12 changes: 6 additions & 6 deletions site/components/__tests__/__snapshots__/enum-table.test.tsx.snap
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-family: DM Sans,sans-serif;
font-size: 14px;
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

0 comments on commit f854412

Please sign in to comment.