From e87987869a0178687bf25c77c681e090eddd43a8 Mon Sep 17 00:00:00 2001 From: Jon Ambas Date: Sat, 7 Oct 2023 19:25:30 -0400 Subject: [PATCH] feat(panda-preset): add 500 font weight (#165) * feat: add 500 font weight * chore(change): add change --- .changeset/hot-mails-march.md | 5 +++++ package-lock.json | 12 ++++++++++++ packages/panda-preset/src/index.ts | 1 + 3 files changed, 18 insertions(+) create mode 100644 .changeset/hot-mails-march.md diff --git a/.changeset/hot-mails-march.md b/.changeset/hot-mails-march.md new file mode 100644 index 0000000..27867eb --- /dev/null +++ b/.changeset/hot-mails-march.md @@ -0,0 +1,5 @@ +--- +'@sweatpants/panda-preset': patch +--- + +Add 500 font weight diff --git a/package-lock.json b/package-lock.json index a595445..e35ca09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1191,6 +1191,18 @@ "sisteransi": "^1.0.5" } }, + "node_modules/@clack/prompts/node_modules/is-unicode-supported": { + "version": "1.3.0", + "extraneous": true, + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@emmetio/abbreviation": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/@emmetio/abbreviation/-/abbreviation-2.3.3.tgz", diff --git a/packages/panda-preset/src/index.ts b/packages/panda-preset/src/index.ts index 7208f89..8f5af1a 100644 --- a/packages/panda-preset/src/index.ts +++ b/packages/panda-preset/src/index.ts @@ -47,6 +47,7 @@ export default definePreset({ }, fontWeights: { normal: { value: '400' }, + medium: { value: '500' }, bold: { value: '600' } }, fonts: {