generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Rozerin/heading-tokens-toevoegen
- Loading branch information
Showing
21 changed files
with
242 additions
and
164 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,9 +1,9 @@ | ||
{ | ||
"name": "@rijkshuisstijl-community/rvs.rivm.nl", | ||
"version": "1.0.0-alpha.0", | ||
"author": "Community for NL Design System", | ||
"description": "Storybook based on the NL Design System architecture", | ||
"license": "EUPL-1.2", | ||
"name": "@rijkshuisstijl-community/rvs.rivm.nl", | ||
"keywords": [ | ||
"nl-design-system" | ||
], | ||
|
@@ -14,7 +14,8 @@ | |
}, | ||
"repository": { | ||
"type": "git+ssh", | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git" | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git", | ||
"directory": "apps/rvs.rivm.nl" | ||
}, | ||
"scripts": { | ||
"dev": "next dev", | ||
|
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
module.exports = { | ||
rules: { | ||
'no-caret-version-dependencies': 'error', | ||
'no-caret-version-devDependencies': 'error', | ||
'no-tilde-version-dependencies': 'error', | ||
'no-tilde-version-devDependencies': 'error', | ||
'require-repository-directory': 'error', | ||
'valid-values-license': ['error', ['EUPL-1.2']], | ||
'valid-values-name-scope': ['error', ['@rijkshuisstijl-community']], | ||
}, | ||
overrides: [ | ||
{ | ||
patterns: ['proprietary/**/package.json'], | ||
rules: { | ||
'valid-values-license': ['error', ['SEE LICENSE IN LICENSE.md']], | ||
}, | ||
}, | ||
], | ||
}; |
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,13 +1,18 @@ | ||
{ | ||
"name": "@rijkshuisstijl-community/design-system", | ||
"version": "1.0.0-alpha.0", | ||
"author": "Community for NL Design System", | ||
"description": "Design system based on the NL Design System architecture", | ||
"license": "EUPL-1.2", | ||
"name": "@rijkshuisstijl-community/design-system", | ||
"keywords": [ | ||
"nl-design-system" | ||
], | ||
"private": true, | ||
"repository": { | ||
"type": "git+ssh", | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git", | ||
"directory": "." | ||
}, | ||
"engines": { | ||
"node": "^20", | ||
"pnpm": "^9" | ||
|
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,15 +1,20 @@ | ||
{ | ||
"name": "@rijkshuisstijl-community/components-css", | ||
"version": "1.0.0-alpha.23", | ||
"author": "Community for NL Design System", | ||
"description": "CSS Components for a design system based on the NL Design System architecture", | ||
"license": "EUPL-1.2", | ||
"name": "@rijkshuisstijl-community/components-css", | ||
"keywords": [ | ||
"nl-design-system" | ||
], | ||
"private": false, | ||
"publishConfig": { | ||
"access": "restricted", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": { | ||
"type": "git+ssh", | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git", | ||
"directory": "packages/components-css" | ||
} | ||
} |
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,9 +1,9 @@ | ||
{ | ||
"name": "@rijkshuisstijl-community/components-react", | ||
"version": "1.0.0-alpha.0", | ||
"author": "Community for NL Design System", | ||
"description": "React component library for the Rijkshuisstijl Community repository, based on the NL Design System architecture", | ||
"license": "EUPL-1.2", | ||
"name": "@rijkshuisstijl-community/components-react", | ||
"keywords": [ | ||
"nl-design-system" | ||
], | ||
|
@@ -14,7 +14,8 @@ | |
}, | ||
"repository": { | ||
"type": "git+ssh", | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git" | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git", | ||
"directory": "packages/components-react" | ||
}, | ||
"scripts": { | ||
"prebuild": "npm run clean", | ||
|
@@ -33,6 +34,7 @@ | |
], | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@utrecht/component-library-react": "5.0.0", | ||
"clsx": "2.1.1", | ||
"date-fns": "3.6.0", | ||
"lodash.chunk": "4.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
// Export all Utrecht components | ||
export * from '@utrecht/component-library-react/dist/css-module'; | ||
|
||
export { Button } from './Button'; | ||
export { Logo } from './Logo'; | ||
export type { LogoProps } from './Logo'; |
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,9 +1,9 @@ | ||
{ | ||
"name": "@rijkshuisstijl-community/storybook", | ||
"version": "1.0.0-alpha.0", | ||
"author": "Community for NL Design System", | ||
"description": "Storybook based on the NL Design System architecture", | ||
"license": "EUPL-1.2", | ||
"name": "@rijkshuisstijl-community/storybook", | ||
"keywords": [ | ||
"nl-design-system" | ||
], | ||
|
@@ -14,7 +14,8 @@ | |
}, | ||
"repository": { | ||
"type": "git+ssh", | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git" | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git", | ||
"directory": "packages/storybook" | ||
}, | ||
"scripts": { | ||
"build": "storybook build --output-dir dist/ --config-dir config/", | ||
|
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,9 +1,9 @@ | ||
{ | ||
"name": "@rijkshuisstijl-community/web-components-react", | ||
"version": "1.0.0-alpha.5", | ||
"author": "Community for NL Design System", | ||
"description": "React web components bundle based on the NL Design System architecture", | ||
"license": "EUPL-1.2", | ||
"name": "@rijkshuisstijl-community/web-components-react", | ||
"keywords": [ | ||
"nl-design-system" | ||
], | ||
|
@@ -14,7 +14,8 @@ | |
}, | ||
"repository": { | ||
"type": "git+ssh", | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git" | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git", | ||
"directory": "packages/web-components-react" | ||
}, | ||
"sideEffects": false, | ||
"scripts": { | ||
|
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,9 +1,9 @@ | ||
{ | ||
"name": "@rijkshuisstijl-community/web-components-stencil", | ||
"version": "1.0.0-alpha.5", | ||
"author": "Community for NL Design System", | ||
"description": "Stencil web components bundle based on the NL Design System architecture", | ||
"license": "EUPL-1.2", | ||
"name": "@rijkshuisstijl-community/web-components-stencil", | ||
"keywords": [ | ||
"nl-design-system" | ||
], | ||
|
@@ -26,7 +26,8 @@ | |
], | ||
"repository": { | ||
"type": "git+ssh", | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git" | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git", | ||
"directory": "packages/web-components-stencil" | ||
}, | ||
"scripts": { | ||
"prebuild": "npm run clean", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,9 +1,9 @@ | ||
{ | ||
"name": "@rijkshuisstijl-community/assets", | ||
"version": "1.0.0-alpha.23", | ||
"author": "Community for NL Design System", | ||
"description": "Assets", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"name": "@rijkshuisstijl-community/assets", | ||
"keywords": [ | ||
"nl-design-system" | ||
], | ||
|
@@ -15,6 +15,7 @@ | |
"files": [], | ||
"repository": { | ||
"type": "git+ssh", | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git" | ||
"url": "[email protected]:nl-design-system/rijkshuisstijl-community.git", | ||
"directory": "proprietary/assets" | ||
} | ||
} |
Oops, something went wrong.