Skip to content

Commit

Permalink
chore: commit save point
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Jun 17, 2024
1 parent ce44359 commit 21f1ee0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions build.washingtonpost.com/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,8 @@ module.exports = withBundleAnalyzer({
env: {
APP_ENV: "production",
},
transpilePackages: [
"@washingtonpost/wpds-ui-kit",
"@washingtonpost/wpds-kitchen-sink",
],
});
2 changes: 1 addition & 1 deletion build.washingtonpost.com/pages/font-faces.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ const FontFacePlayground = ({ stacks }) => {

export async function getStaticProps() {
const stacks = {
magazine: tokens.fonts.magazine,
headline: tokens.fonts.headline,
subhead: tokens.fonts.subhead,
meta: tokens.fonts.meta,
magazine: tokens.fonts.magazine,
};

return {
Expand Down
6 changes: 5 additions & 1 deletion build.washingtonpost.com/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"@/*": ["./*"]
"@/*": ["./*"],
"@washingtonpost/wpds-ui-kit": ["../packages/kit/src/index.ts"],
"@washingtonpost/wpds-kitchen-sink": [
"../packages/kitchen-sink/src/index.ts"
]
},
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
Expand Down
8 changes: 4 additions & 4 deletions packages/kit/src/theme/stitches.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@ export const globalStyles = globalCss({
{
fontFamily: "PostoniDisplayMag-fallback",
src: "local(garamond)",
sizeAdjust: "100%",
ascentOverride: "normal",
descentOverride: "normal",
lineGapOverride: "normal",
sizeAdjust: "200%",
ascentOverride: "99.96%",
descentOverride: "24.99%",
lineGapOverride: "20.82%",
},
{
fontFamily: "Franklin",
Expand Down

0 comments on commit 21f1ee0

Please sign in to comment.