Skip to content

Commit

Permalink
Merge branch 'main' into refactor-remove-brand-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Dec 9, 2024
2 parents 783890f + 5d10018 commit 8d487ec
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 67 deletions.
1 change: 1 addition & 0 deletions docs/research-other-design-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ We'd like to maintain a list of other design systems that might be interesting f
- [Washington Post Design System (WPDS)](https://build.washingtonpost.com/)
- React
- [GOV.UK Design System](https://design-system.service.gov.uk/)
- [Paste](https://paste.twilio.design/)

## Design System "registries" / overviews

Expand Down
129 changes: 65 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"copy-prepare:woff2": "cpr ../../node_modules/@db-ux/core-icons/dist/fonts assets/icons/functional/fonts -o",
"copy:scss": "cpr scss build/scss -o",
"dev": "vite --open",
"postinstall": "npm-run-all copy-prepare:*",
"prebuild": "npm-run-all copy-prepare:*",
"predev": "npm-run-all copy-prepare:*",
"prestart": "npm-run-all copy-prepare:*",
"regenerate:screenshots": "npx playwright test -c ./test/playwright.config.js --update-snapshots",
"start": "nodemon --config nodemon.json",
"test": "vitest run --config scripts/vitest.config.ts",
Expand Down
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"update:icon-fonts": "npm-run-all generate:icon-fonts generate:icon-types"
},
"devDependencies": {
"@inquirer/prompts": "7.1.0",
"@inquirer/prompts": "7.2.0",
"glob": "^11.0.0",
"inquirer": "^12.1.0",
"inquirer": "^12.2.0",
"replace-in-file": "^8.2.0"
}
}

0 comments on commit 8d487ec

Please sign in to comment.