-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/Amsterdam/design-system …
…into feature/code-connect
- Loading branch information
Showing
135 changed files
with
5,771 additions
and
3,730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"packages/css": "0.11.1", | ||
"packages/react": "0.11.1", | ||
"proprietary/assets": "0.2.1", | ||
"proprietary/react-icons": "0.1.12", | ||
"proprietary/tokens": "0.11.0" | ||
"packages/css": "0.13.1", | ||
"packages/react": "0.13.1", | ||
"proprietary/assets": "0.2.2", | ||
"proprietary/react-icons": "0.1.13", | ||
"proprietary/tokens": "0.13.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ Configure this immediately after downloading. | |
|
||
From the directory that holds the repository: | ||
|
||
```bash | ||
```sh | ||
git config user.name Your Name | ||
|
||
git config user.email [email protected] | ||
|
@@ -139,7 +139,7 @@ For users of Git via the CLI, it may be helpful to create aliases for some commo | |
You can save this in a configuration file of your shell. | ||
For example: | ||
|
||
```bash | ||
```sh | ||
alias gcd="git checkout develop" | ||
alias gcp="git checkout -" | ||
alias gh="git push" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,59 @@ | ||
{ | ||
"version": "0.0.0", | ||
"author": "Community for NL Design System", | ||
"description": "Design system based on the NL Design System architecture", | ||
"author": "Design System Team, City of Amsterdam <[email protected]>", | ||
"description": "Reusable components, patterns and guidelines powering the City of Amsterdam’s digital services.", | ||
"homepage": "https://designsystem.amsterdam/", | ||
"license": "EUPL-1.2", | ||
"name": "@amsterdam/design-system", | ||
"keywords": [ | ||
"nl-design-system" | ||
"amsterdam", | ||
"amsterdam-design-system", | ||
"assets", | ||
"css", | ||
"design-system", | ||
"icons", | ||
"nl-design-system", | ||
"react" | ||
], | ||
"private": true, | ||
"engines": { | ||
"node": "^20", | ||
"npm": "^10", | ||
"pnpm": "^9" | ||
}, | ||
"volta": { | ||
"node": "20.13.1", | ||
"npm": "10.5.2", | ||
"pnpm": "9.1.1" | ||
}, | ||
"workspaces": [ | ||
"./packages/*", | ||
"./proprietary/*", | ||
"./storybook" | ||
], | ||
"devDependencies": { | ||
"@types/node": "22.5.5", | ||
"@types/node": "22.8.7", | ||
"@typescript-eslint/eslint-plugin": "7.18.0", | ||
"@typescript-eslint/parser": "7.18.0", | ||
"conventional-changelog-conventionalcommits": "8.0.0", | ||
"eslint": "8.57.1", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-import": "2.30.0", | ||
"eslint-plugin-import": "2.31.0", | ||
"eslint-plugin-jest": "28.8.3", | ||
"eslint-plugin-json": "3.1.0", | ||
"eslint-plugin-mdx": "3.1.5", | ||
"eslint-plugin-react": "7.36.1", | ||
"html-validate": "8.22.0", | ||
"eslint-plugin-react": "7.37.2", | ||
"html-validate": "8.24.2", | ||
"husky": "9.1.6", | ||
"lint-staged": "15.2.10", | ||
"markdownlint-cli": "0.41.0", | ||
"npm-check-updates": "17.1.2", | ||
"markdownlint-cli": "0.42.0", | ||
"npm-check-updates": "17.1.10", | ||
"npm-package-json-lint": "8.0.0", | ||
"npm-run-all": "4.1.5", | ||
"plop": "4.0.1", | ||
"postcss": "8.4.47", | ||
"prettier": "3.3.3", | ||
"rimraf": "6.0.1", | ||
"stylelint": "16.9.0", | ||
"stylelint": "16.10.0", | ||
"stylelint-config-standard-scss": "13.1.0", | ||
"stylelint-order": "6.0.4", | ||
"stylelint-use-logical": "2.1.2", | ||
"typescript": "5.6.2", | ||
"typescript": "5.6.3", | ||
"wait-on": "8.0.1" | ||
}, | ||
"scripts": { | ||
|
@@ -74,12 +77,29 @@ | |
"test": "npm run test-workspaces", | ||
"test-update": "npm-run-all --sequential clean lint build test", | ||
"test-workspaces": "pnpm -r --no-bail test", | ||
"update-major": "npm-check-updates --configFileName .ncurc.major.js --deep --dep dev,prod --target latest --upgrade && pnpm install", | ||
"update-minor": "npm-check-updates --configFileName .ncurc.minor.js --deep --dep dev,prod --target minor --upgrade && pnpm install", | ||
"update-patch": "npm-check-updates --configFileName .ncurc.patch.js --deep --dep dev,prod --target patch --upgrade && pnpm install", | ||
"update:major": "npm-check-updates --configFileName .ncurc.major.js --deep --dep dev,prod --target latest --upgrade && pnpm install", | ||
"update:minor": "npm-check-updates --configFileName .ncurc.minor.js --deep --dep dev,prod --target minor --upgrade && pnpm install", | ||
"update:patch": "npm-check-updates --configFileName .ncurc.patch.js --deep --dep dev,prod --target patch --upgrade && pnpm install", | ||
"watch:css": "npm run --workspace packages/css build:watch", | ||
"watch:react": "npm run --workspace packages/react build:watch", | ||
"watch:storybook": "npm run --workspace storybook start", | ||
"watch:tokens": "npm run --workspace proprietary/tokens watch" | ||
} | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"tar@<6.2.1": ">=6.2.1", | ||
"tough-cookie@<4.1.3": ">=4.1.3", | ||
"braces@<3.0.3": ">=3.0.3", | ||
"ws@>=8.0.0 <8.17.1": ">=8.17.1", | ||
"semver@<5.7.2": ">=5.7.2", | ||
"micromatch@<4.0.8": ">=4.0.8", | ||
"body-parser@<1.20.3": ">=1.20.3", | ||
"send@<0.19.0": ">=0.19.0", | ||
"serve-static@<1.16.0": ">=1.16.0", | ||
"express@<4.20.0": ">=4.20.0", | ||
"path-to-regexp@<0.1.10": ">=0.1.10", | ||
"cookie@<0.7.0": ">=0.7.0" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228" | ||
} |
Oops, something went wrong.