Skip to content

Commit 8d487ec

Browse files
authored
Merge branch 'main' into refactor-remove-brand-fonts
2 parents 783890f + 5d10018 commit 8d487ec

File tree

4 files changed

+71
-67
lines changed

4 files changed

+71
-67
lines changed

docs/research-other-design-systems.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ We'd like to maintain a list of other design systems that might be interesting f
4545
- [Washington Post Design System (WPDS)](https://build.washingtonpost.com/)
4646
- React
4747
- [GOV.UK Design System](https://design-system.service.gov.uk/)
48+
- [Paste](https://paste.twilio.design/)
4849

4950
## Design System "registries" / overviews
5051

package-lock.json

Lines changed: 65 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/foundations/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"copy-prepare:woff2": "cpr ../../node_modules/@db-ux/core-icons/dist/fonts assets/icons/functional/fonts -o",
3737
"copy:scss": "cpr scss build/scss -o",
3838
"dev": "vite --open",
39-
"postinstall": "npm-run-all copy-prepare:*",
39+
"prebuild": "npm-run-all copy-prepare:*",
40+
"predev": "npm-run-all copy-prepare:*",
41+
"prestart": "npm-run-all copy-prepare:*",
4042
"regenerate:screenshots": "npx playwright test -c ./test/playwright.config.js --update-snapshots",
4143
"start": "nodemon --config nodemon.json",
4244
"test": "vitest run --config scripts/vitest.config.ts",

scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
"update:icon-fonts": "npm-run-all generate:icon-fonts generate:icon-types"
6565
},
6666
"devDependencies": {
67-
"@inquirer/prompts": "7.1.0",
67+
"@inquirer/prompts": "7.2.0",
6868
"glob": "^11.0.0",
69-
"inquirer": "^12.1.0",
69+
"inquirer": "^12.2.0",
7070
"replace-in-file": "^8.2.0"
7171
}
7272
}

0 commit comments

Comments
 (0)